新增Reactor响应式编程支持,WebFlux集成!

This commit is contained in:
shengzhang
2021-04-11 22:05:36 +08:00
parent 15eefbed33
commit 8c6cd9a668
57 changed files with 1786 additions and 154 deletions

View File

@@ -16,7 +16,7 @@
<description>sa-token authentication by Sservlet API</description>
<dependencies>
<!-- sa-token-spring-boot-starter -->
<!-- sa-token-core -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-core</artifactId>
@@ -27,6 +27,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<optional>true</optional>
</dependency>
</dependencies>