fa 폰트 추가, 디버깅 로그 설정파일 추가

This commit is contained in:
Rinjae
2025-10-27 14:43:26 +09:00
parent 410b97309d
commit a81e40bdfc
7 changed files with 32 additions and 3 deletions
+4 -2
View File
@@ -19,7 +19,8 @@ spring:
ems:
datasource:
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
driver-class-name: oracle.jdbc.OracleDriver
username: EMSAPP
password: EMSAPP123!
@@ -27,7 +28,8 @@ ems:
gateway:
datasource:
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
driver-class-name: oracle.jdbc.OracleDriver
username: AGWAPP
password: AGWAPP123!