- context.xml 백업 및 삭제

- mysql -> oracle 변환 작업 진행중
- 개발용 logback-dev.xml 설정
- ms949 삭제
This commit is contained in:
Rinjae
2025-09-08 18:01:41 +09:00
parent c54ef1903f
commit 0a90863121
7 changed files with 51 additions and 60 deletions
+3 -3
View File
@@ -16,17 +16,17 @@ def quartzVersion = "2.2.1"
def queryDslVersion = "5.0.0"
def hibernateVersion = "5.6.15.Final"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
/*def nexusUrl = "https://nexus.eactive.synology.me:8090"*/
//def useOnJboss = false
def generatedJavaDir = "$buildDir/generated/java"
repositories {
/*repositories {
maven {
url "${nexusUrl}/repository/maven-public/"
allowInsecureProtocol = true
}
}
}*/
project.webAppDirName = 'WebContent'