|
@@ -145,6 +145,13 @@
|
|
<version>${spring-boot.version}</version>
|
|
<version>${spring-boot.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <!-- web 容器使用 undertow 性能更强 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-undertow</artifactId>
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.redisson</groupId>
|
|
<groupId>org.redisson</groupId>
|
|
<artifactId>redisson</artifactId>
|
|
<artifactId>redisson</artifactId>
|