feat: support spring webflux shell generate (resolved #6)

This commit is contained in:
ReaJason
2024-12-26 00:59:24 +08:00
parent cfa4bfdb1d
commit ee82fc102d
45 changed files with 1510 additions and 20 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ test {
":vul:vul-webapp-jakarta:war",
":vul:vul-springboot2:bootJar",
":vul:vul-springboot2:bootWar",
":vul:vul-springboot3:bootJar"
":vul:vul-springboot2-webflux:bootJar",
":vul:vul-springboot3:bootJar",
":vul:vul-springboot3-webflux:bootJar",
)
useJUnitPlatform()
finalizedBy jacocoTestReport