优化性能

This commit is contained in:
tanghc
2021-03-02 14:28:22 +08:00
parent 5d00092cc5
commit 91f8c82f0e
4 changed files with 14 additions and 3 deletions

View File

@@ -73,6 +73,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.8.19.RELEASE</version>
</dependency>
<!-- 加了这个就不需要加版本号了 -->
<dependency>
<groupId>org.springframework.boot</groupId>