KJB 초기 기동 설정. Baseline

This commit is contained in:
Yunsam.Eo
2025-09-18 10:34:42 +09:00
parent de4a2c4280
commit 9d931058e1
6 changed files with 119 additions and 26 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ plugins {
}
group 'com.eactvie'
version '4.5.7'
//version '4.5.7'
def springVersion = "5.3.27"
//def springSecurityVersion = '4.2.13.RELEASE'
@@ -46,8 +46,6 @@ compileJava {
}
war {
archiveFileName = "eapim-online.war"
exclude '**/persistence.xml'
exclude '**/context.xml'
}