로그 경로 반영 / logback-spring.xml 적용

This commit is contained in:
Rinjae
2025-09-10 15:59:54 +09:00
parent cf04a51b59
commit 7eeff1b216
12 changed files with 81 additions and 46 deletions
+1 -3
View File
@@ -80,9 +80,7 @@ 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'
// oracle 드라이버 의존성 추가
// runtimeOnly group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0'
runtimeOnly 'com.oracle.database.jdbc:ojdbc8:19.20.0.0'
implementation 'net.bytebuddy:byte-buddy:1.14.5'