DB 연결정보 변환
This commit is contained in:
+6
-3
@@ -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' }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user