Spring 实战(第五版)
Spring 实战(第 5 版)
GitBook 地址:spring-in-action-v5
Github 地址:spring-in-action-v5-translate
第10章 初识Reactor
Spring-Boot添加Reactor
<!--Reactor中的核心库-->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>
<!--Reactor测试库-->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
常见命令:
浙公网安备 33010602011771号