|
|
@ -3,38 +3,14 @@
|
|
|
|
#-----------------------------------------------------------------------
|
|
|
|
#-----------------------------------------------------------------------
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
# ================ log4jdbc ===========================
|
|
|
|
|
|
|
|
#driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
|
|
|
|
|
|
# mysql에서 batchUpdate 사용하기 위해 rewriteBatchedStatements 필요
|
|
|
|
|
|
|
|
#url: jdbc:log4jdbc:mariadb://211.119.124.117:53306/ens?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true
|
|
|
|
|
|
|
|
# =====================================================
|
|
|
|
|
|
|
|
# =============== p6spy ===============================
|
|
|
|
|
|
|
|
#driver-class-name: org.mariadb.jdbc.Driver
|
|
|
|
|
|
|
|
#url: jdbc:mariadb://211.119.124.9:4407/ens?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&autoReconnect=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# r2dbc 설정 : 추후 진행 여부 결정
|
|
|
|
|
|
|
|
#driver-class-name: org.mariadb.jdbc.Driver
|
|
|
|
|
|
|
|
#url: r2dbc:pool:mariadb://211.119.124.9:4407/ens?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true
|
|
|
|
|
|
|
|
# =====================================================
|
|
|
|
|
|
|
|
#username: root
|
|
|
|
|
|
|
|
#password: xit1807
|
|
|
|
|
|
|
|
hikari:
|
|
|
|
hikari:
|
|
|
|
# 9 server
|
|
|
|
# 9 server
|
|
|
|
maria:
|
|
|
|
maria:
|
|
|
|
driver-class-name: org.mariadb.jdbc.Driver
|
|
|
|
driver-class-name: org.mariadb.jdbc.Driver
|
|
|
|
# jdbc:mariadb://127.0.0.1:4407/ens?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&autoReconnect=true
|
|
|
|
jdbc-url: jdbc:mariadb://211.119.124.9:4407/mens?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&autoReconnect=true
|
|
|
|
jdbc-url: ENC(QrsIhXG/ZgD5a1SYaf+1CaZYkLxuMP4s7//+NXV1SlLHKXRFm7FFA8iP10Dlak3VOFjFSaWEkchSWcNQ4+4m94fSWW7uy+/4nW3jBq4aHuvVVCqy2rfgInqYbYMlno91vUmWkMbKuX8T5nF7UltaAuQOXH/ImCT8whPxAE+VOM1onyuIr0fbVg==)
|
|
|
|
username: root
|
|
|
|
username: ENC(L8Xp+ZuLxlXahupxYDWzgA==)
|
|
|
|
password: xit1807
|
|
|
|
password: ENC(eDCxblnWkDHhJEEXMdkzww==)
|
|
|
|
read-only: false
|
|
|
|
read-only: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 115 server
|
|
|
|
|
|
|
|
oracle:
|
|
|
|
|
|
|
|
driver-class-name: oracle.jdbc.OracleDriver
|
|
|
|
|
|
|
|
jdbc-url: ENC(zWLLN8fkbayeHrlyXlG8sHIA9J1OdCZcDy3Snj/5hdDr9GfBIkMsboW3Z9KTRrCV7b7LU5+FIFY=)
|
|
|
|
|
|
|
|
username: ENC(wiNWcgb1ADyNwabf+S6KwDX/ou2aV6Z8)
|
|
|
|
|
|
|
|
password: ENC(5ejKeOJ/t7YEn/ikHKmNHdejhHHWOBuC)
|
|
|
|
|
|
|
|
read-only: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
devtools:
|
|
|
|
devtools:
|
|
|
|
livereload:
|
|
|
|
livereload:
|
|
|
@ -50,10 +26,13 @@ logging:
|
|
|
|
level:
|
|
|
|
level:
|
|
|
|
root: debug
|
|
|
|
root: debug
|
|
|
|
org.apache.http: warn
|
|
|
|
org.apache.http: warn
|
|
|
|
reactor.netty: warn
|
|
|
|
|
|
|
|
io.netty: warn
|
|
|
|
io.netty: warn
|
|
|
|
org.springframework.web.reactive.function.client.ExchangeFunctions: debug
|
|
|
|
reactor.netty: WARN
|
|
|
|
|
|
|
|
# webclient logging
|
|
|
|
|
|
|
|
reactor.netty.http.client: DEBUG
|
|
|
|
|
|
|
|
#org.springframework.web.reactive.function.client.ExchangeFunctions: TRACE
|
|
|
|
org.springframework: warn
|
|
|
|
org.springframework: warn
|
|
|
|
|
|
|
|
org.hibernate.validator.internal: WARN
|
|
|
|
file:
|
|
|
|
file:
|
|
|
|
# 로그파일 위치
|
|
|
|
# 로그파일 위치
|
|
|
|
path: ${app.data.root.path}/mens/logs
|
|
|
|
path: ${app.data.root.path}/mens/logs
|
|
|
@ -61,7 +40,7 @@ logging:
|
|
|
|
|
|
|
|
|
|
|
|
# Spring Security cors 설정 :: CorsConfiguration 설정 값
|
|
|
|
# Spring Security cors 설정 :: CorsConfiguration 설정 값
|
|
|
|
cors:
|
|
|
|
cors:
|
|
|
|
allowed-origins: http://localhost:8080
|
|
|
|
allowed-origins: http://localhost:8080, http://localhost:8082
|
|
|
|
|
|
|
|
|
|
|
|
# ==================================================================================================================
|
|
|
|
# ==================================================================================================================
|
|
|
|
# SQL logging lib setting
|
|
|
|
# SQL logging lib setting
|
|
|
@ -76,7 +55,7 @@ app:
|
|
|
|
url: 'http://localhost:${server.port}${server.servlet.context-path:}/'
|
|
|
|
url: 'http://localhost:${server.port}${server.servlet.context-path:}/'
|
|
|
|
data:
|
|
|
|
data:
|
|
|
|
root:
|
|
|
|
root:
|
|
|
|
path: d:/data
|
|
|
|
path: /data
|
|
|
|
#---------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------
|
|
|
|
# log 설정
|
|
|
|
# log 설정
|
|
|
|
# request:
|
|
|
|
# request:
|
|
|
@ -89,6 +68,7 @@ app:
|
|
|
|
log:
|
|
|
|
log:
|
|
|
|
request:
|
|
|
|
request:
|
|
|
|
common-enabled: true
|
|
|
|
common-enabled: true
|
|
|
|
|
|
|
|
response-enabled: true
|
|
|
|
# MDC logging trace 활성
|
|
|
|
# MDC logging trace 활성
|
|
|
|
mdc:
|
|
|
|
mdc:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|