feat: add godzilla manager and integration container test

This commit is contained in:
ReaJason
2024-11-27 00:36:38 +08:00
parent e718af7440
commit 7fa4dee03b
14 changed files with 2563 additions and 19 deletions
+9 -5
View File
@@ -3,12 +3,16 @@ plugins {
}
group = 'com.reajason.javaweb.vul'
version = '1.0-SNAPSHOT'
version = ''
dependencies {
providedCompile "javax.servlet:servlet-api:2.5"
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
}
test {
useJUnitPlatform()
dependencies {
implementation 'commons-fileupload:commons-fileupload:1.5'
providedCompile "javax.servlet:servlet-api:2.5"
providedCompile 'jakarta.servlet:jakarta.servlet-api:5.0.0'
}