refactor: 소스 정리

dev
Jonguk. Lim 5 months ago
parent 7cff00fb3e
commit 75e9601a0b

@ -3,9 +3,7 @@ server:
port: 9076
tomcat:
uri-encoding: UTF-8
# remote-ip-header: x-forwarded-for
# protocol-header: x-forwarded-proto
# internal-proxies: "10\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|20\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|192\\.168\\.\\d{1,3}\\.\\d{1,3}|169\\.254\\.\\d{1,3}\\.\\d{1,3}|127\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|172\\.1[6-9]{1}\\.\\d{1,3}\\.\\d{1,3}|172\\.2[0-9]{1}\\.\\d{1,3}\\.\\d{1,3}|172\\.3[0-1]{1}\\.\\d{1,3}\\.\\d{1,3}|0:0:0:0:0:0:0:1|::1"
servlet:
context-path:
session.timeout: 3600 #sec
@ -13,7 +11,6 @@ server:
enabled: true
charset: utf-8
force: true
# forward-headers-strategy: FRAMEWORK #NATIVE|FRAMEWORK
error:
include-exception: on
include-stacktrace: always #never|always|on_trace_param
@ -35,11 +32,6 @@ spring:
datasource:
hikari:
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy #org.mariadb.jdbc.Driver
#driver-class-name: org.mariadb.jdbc.Driver
#jdbc-url: jdbc:mariadb://211.119.124.9:4407/egov?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&autoReconnect=true
# jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/adds?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&autoReconnect=true
# username: addsweb
# password: addsweb1234
jdbc-url: ENC(O26qFSqrfqMEjEU6jHUqrboYIPpTnwDIHIYQg2ddL0k7VsGvDbAMd/SwDeXjan17CykVLz3Qe++xW+VqxvQpT7/+Kxhl2ry1hTElOPxRHp6OrN/8GyhaScLCcBZgpxNcEAZ3a5qWJKIyLR/+KFk6YpW77lD10jFJvscNNYvFoWQIs/K5eAa/m3JnktX9Ed2RN8ttGgBET5g=)
username: ENC(M4g3XkH/bzupKW2w4WYH3Q==)
password: ENC(fzV0zekJQ7t/QHiz75k+xqdsDUWW6+MY)
@ -80,9 +72,6 @@ propertyService:
- /v3/api-docs
- /webjars/**
- /zxing/**
# extFileName:
# - encoding: UTF-8
# filename: classpath*:intf-conf/xit-lvis.properties
springdoc:
api-docs:
@ -97,14 +86,6 @@ springdoc:
doc-expansion: none
tags-sorter: alpha
# ==================================================================================================================
# SQL logging lib setting
# ==================================================================================================================
#decorator:
# datasource:
# p6spy:
# enable-logging: true
logging:
# sql log format define
config: classpath:logback-spring.xml
@ -153,9 +134,8 @@ app:
log:
parameter-enabled: true
response-enabled: true
# spring.mvc.log-request-details=true 설정시 request, response log 출력 제외
# request:
# exclude-patterns:
# API Log trace
mdc:
enabled: false
@ -201,10 +181,6 @@ spring:
datasource:
hikari:
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy #org.mariadb.jdbc.Driver
#driver-class-name: org.mariadb.jdbc.Driver
#jdbc-url: jdbc:log4jdbc:mariadb://105.19.10.69:4407/adds?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false
# username: addsweb
# password: addsweb1234
jdbc-url: ENC(4LCDJTV4J7HYBE8HN5wIg/t0jIr9OfL6a6y9PZ6A2spSnMJ94oEQZhY40NgOF92Ldbl8KqyudFlrOepcnX5n5WOJav9y0poP3kGr99SX3GWbW31X10TZP53/a0BoahXUYPJy5pt/ve04d+i9IJf2rtNPdDcpey4ipORkZU8TVm9LC5Vsl0O4Xw==)
username: ENC(M4g3XkH/bzupKW2w4WYH3Q==)
password: ENC(fzV0zekJQ7t/QHiz75k+xqdsDUWW6+MY)

Loading…
Cancel
Save