refactor: merge memshell module

This commit is contained in:
ReaJason
2025-06-07 13:23:51 +08:00
parent 4bbe9c975b
commit e24ed07d4d
40 changed files with 42 additions and 92 deletions
+5 -2
View File
@@ -7,8 +7,8 @@ java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
dependencies {
@@ -16,4 +16,7 @@ dependencies {
implementation 'org.ow2.asm:asm-commons'
implementation 'javax.servlet:javax.servlet-api'
implementation 'javax.websocket:javax.websocket-api'
implementation 'org.springframework:spring-webmvc'
implementation 'org.springframework:spring-webflux'
implementation 'io.projectreactor.netty:reactor-netty-core'
}