feat: support webflux netty shell (#8)

This commit is contained in:
ReaJason
2025-01-05 15:44:43 +08:00
parent d511a8346f
commit 8e36beaad1
11 changed files with 408 additions and 19 deletions
+2
View File
@@ -18,6 +18,8 @@ dependencies {
implementation 'org.springframework:spring-webmvc:4.3.30.RELEASE'
implementation 'org.springframework:spring-webflux:5.3.24'
implementation 'org.springframework:spring-web:4.3.30.RELEASE'
implementation 'io.projectreactor.netty:reactor-netty-core:1.1.25'
implementation 'io.netty:netty-all:4.1.116.Final'
implementation 'net.bytebuddy:byte-buddy:1.+'
providedCompile 'javax.servlet:javax.servlet-api:3.0.1'
providedCompile 'javax.websocket:javax.websocket-api:1.1'