DB 연결정보 변환

This commit is contained in:
eactive
2025-09-09 10:45:48 +09:00
parent a171ca2e51
commit 0be27b6cc5
3 changed files with 30 additions and 34 deletions
+6 -3
View File
@@ -80,8 +80,11 @@ dependencies {
implementation group: 'org.apache.velocity', name: 'velocity-engine-core', version: '2.3'
runtimeOnly group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0'
// runtimeOnly group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0'
// oracle 드라이버 의존성 추가
runtimeOnly 'com.oracle.database.jdbc:ojdbc8:19.20.0.0'
implementation 'net.bytebuddy:byte-buddy:1.14.5'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
@@ -150,4 +153,4 @@ war {
from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' }
from('src/main/resources/weblogic.xml') { into 'WEB-INF' }
}
}