Tech&Wk_Architecture_reactiveArc_RxJava
目的:使用 Reactive 构建高并发,无阻塞异步消息系统
1. config
<dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.20</version> </dependency> <dependency> <groupId>io.reactivex</groupId> <artifactId>rxjava-reactive-streams</artifactId> <version>1.2.1</version> </dependency>
ref:
1. https://www.cnblogs.com/liululee/p/11503039.html

浙公网安备 33010602011771号