weblogic 대응

This commit is contained in:
Rinjae
2025-09-22 19:39:49 +09:00
parent eadc09ef0a
commit fba45a4e98
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-web') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
}
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
providedCompile "javax:javaee-api:8.0"
} else {
implementation 'org.springframework.boot:spring-boot-starter-web'
}