git-subtree-dir: datatrans git-subtree-mainline:b60fd84fb9git-subtree-split:7c9701e4e5
67 lines
1.8 KiB
YAML
67 lines
1.8 KiB
YAML
# Service port
|
|
server:
|
|
port: 9002
|
|
|
|
# JPA 설정, JSP 설정
|
|
spring:
|
|
devtools:
|
|
livereload:
|
|
enabled: true
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ANT_PATH_MATCHER
|
|
# 인증서버에서 JWT 보안키 확인
|
|
security:
|
|
oauth2:
|
|
resourceserver:
|
|
jwt:
|
|
jwk-set-uri:
|
|
http://localhost:9001/oauth/token_key
|
|
|
|
# Primary db information
|
|
ncmsdb:
|
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
jdbcUrl: jdbc:log4jdbc:mysql://127.0.0.1:3306/kccfnova?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
|
username: yT4l55I/Xl4v8LeoTQhh1w==
|
|
password: aqmsYeReTVvoQ4r2bfAjYg==
|
|
maximumPoolSize: 35
|
|
minimumIdle: 2
|
|
connectionTimeout: 3000
|
|
idleTimeout: 300000
|
|
testOnBorrow: true
|
|
validationQuery: SELECT 1
|
|
iamsdb:
|
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
jdbcUrl: jdbc:log4jdbc:mysql://10.10.30.237:3306/uac_cltr_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
|
username: kSLzt543nkDJ/ta9rnLTCA==
|
|
password: kSLzt543nkDJ/ta9rnLTCA==
|
|
maximumPoolSize: 35
|
|
minimumIdle: 2
|
|
connectionTimeout: 3000
|
|
idleTimeout: 300000
|
|
testOnBorrow: true
|
|
validationQuery: SELECT 1
|
|
|
|
# SQL Log 관련 setting
|
|
log4jdbc:
|
|
spylogdelegator:
|
|
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
|
dump:
|
|
sql:
|
|
maxlinelength: 0
|
|
|
|
logging.level.jdbc.sqlonly: info
|
|
logging.level.jdbc.sqltiming: false
|
|
logging.level.jdbc.audit: false
|
|
logging.level.jdbc.resultset: false
|
|
logging.level.jdbc.resultsettable: info
|
|
logging.level.jdbc.connection: false
|
|
|
|
file:
|
|
ncms:
|
|
basefolder : /nfs_nas/minio/amsweb-opt
|
|
iams:
|
|
basefolder : /nfs_nas/uac/repo
|
|
fileCpYn : Y
|
|
|
|
|