Spring 实战(第五版)

Spring 实战(第 5 版)
GitBook 地址:spring-in-action-v5
 
第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>

 常见命令:

参考文章

posted @ 2022-03-28 09:54  唯一不变的是变化  阅读(27)  评论(0)    收藏  举报