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 -1
View File
@@ -62,7 +62,8 @@ dependencies {
implementation 'org.springframework:spring-webmvc:4.3.30.RELEASE'
implementation 'org.springframework:spring-web:4.3.30.RELEASE'
implementation 'org.springframework:spring-webflux:5.3.24'
implementation 'io.netty:netty-all:4.1.116.Final'
implementation 'io.projectreactor.netty:reactor-netty-core:1.1.25'
testImplementation platform('org.junit:junit-bom:5.+')
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'