weblogic.xml - slf4j

This commit is contained in:
Rinjae
2025-08-07 18:41:50 +09:00
parent ce1513a608
commit 91f5b293b1
2 changed files with 25 additions and 3 deletions
+2 -3
View File
@@ -147,8 +147,7 @@ war {
// Set the name of the WAR file (optional)
archiveFileName = "PTLWeb.war"
from('src/main/resources/jeus-web-dd.xml') {
into 'WEB-INF'
}
from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' }
from('src/main/resources/weblogic.xml') { into 'WEB-INF' }
}