DB 연결정보 변환 (+3 squashed commit)

Squashed commit:

[a171ca2] Gradle 7.6 -> 8.7 및 환경구성

[84e93d6] gradle 경로 및 디비 커넥션 정보 수정

[bdaf89b] DB 연결정보 변경
This commit is contained in:
eactive
2025-09-09 10:58:52 +09:00
committed by Rinjae
parent 731287ac5d
commit 4e5a9d8ed6
9 changed files with 55 additions and 71 deletions
+51
View File
@@ -0,0 +1,51 @@
logging:
level:
web: debug
file:
name: ./logs/portal.log
# name: /kbklog/standalone/adp/portal.log
spring:
jta:
enabled: true
jpa:
properties:
hibernate:
show_sql: true
format_sql: true
use_sql_comments: true
devtools:
restart:
enabled: false
livereload:
enabled: true
thymeleaf:
cache: false
ems:
datasource:
serverName: 192.168.240.177
portNumber: 1599
databaseName: DAPM
username: EMSADM
password: EMSADM123!
gateway:
datasource:
serverName: 192.168.240.177
portNumber: 1599
databaseName: DAPM
username: AGWADM
password: AGWADM123!
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