feat: support springmvc shell generate

This commit is contained in:
ReaJason
2024-12-22 16:29:02 +08:00
parent c859655e3a
commit 3189ef8f70
50 changed files with 1546 additions and 181 deletions
+7 -1
View File
@@ -52,7 +52,13 @@ idea {
}
test {
dependsOn ":vul:vul-webapp:war", ":vul:vul-webapp-expression:war", ":vul:vul-webapp-jakarta:war"
dependsOn {
":vul:vul-webapp:war"
":vul:vul-webapp-expression:war"
":vul:vul-webapp-jakarta:war"
":vul:vul-springboot2:bootJar"
":vul:vul-springboot3:bootJar"
}
useJUnitPlatform()
finalizedBy jacocoTestReport
}