개발 환경 설정 파일 제거 및 빌드 예외 처리 추가

This commit is contained in:
Rinjae
2026-02-25 19:22:15 +09:00
parent 7c30fa9fd9
commit 5d36288c53
8 changed files with 16 additions and 189 deletions
-52
View File
@@ -1,52 +0,0 @@
spring:
jta:
enabled: true
config:
activate:
on-profile: dev
jpa:
properties:
hibernate:
show_sql: false
format_sql: true
use_sql_comments: true
devtools:
restart:
enabled: false
additional-exclude: logback*.xml
livereload:
enabled: true
thymeleaf:
cache: false
ems:
datasource:
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!
gateway:
datasource:
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!
portal:
auth-virtual-code: 654321
test-auth-notice-enabled: true
proxy:
targets:
stg: http://localhost:10000/monitoring
prod: http://localhost:10000/monitoring
# stg: http://inter-ndapiap01.k-bank.com:7090/monitoring
# prod: http://inter-ndapiap01.k-bank.com:7090/monitoring
timeout:
connect: 5000
read: 5000