feat: support other server command agent with asm (#51)

This commit is contained in:
ReaJason
2025-03-29 12:50:39 +08:00
parent 1f232d10e0
commit 3b74baec93
28 changed files with 615 additions and 57 deletions
+1
View File
@@ -12,6 +12,7 @@ java {
dependencies {
implementation project(":memshell")
implementation 'net.bytebuddy:byte-buddy'
implementation 'org.ow2.asm:asm-commons'
implementation 'org.springframework:spring-webmvc'
implementation 'org.springframework:spring-webflux'