diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 0968989..c339486 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,31 +1,4 @@ -server: - shutdown: graceful - port: 9078 - servlet: - context-path: / - - ssl: - enabled: false - key-alias: fimskeystore - key-store: classpath:ssl/fimskeystore.pkcs12 - key-store-password: 'Xit5811807@)@#' - key-password: 'Xit5811807@)@#' - trust-store: classpath:ssl/fimstrust.pkcs12 - trust-store-password: 'Xit5811807@)@#' - -# tomcat: -# remoteip: -# protocol-header-https-value: https - spring: - application: - name: fims-chongno - main: - allow-bean-definition-overriding: true -# web-application-type: SERVLET - sql: - init: - platform: mariadb datasource: hikari: fims: @@ -34,26 +7,4 @@ spring: username: fimsweb password: xit581!*)& auto-commit: false - # 개발 환경에서만 활성화. 운영환경에서는 조정하거나 제거할 것 maximumPoolSize: 3 - mvc: - static-path-pattern: /resources/**,/webjars/**,/files/** - web: - resources: - static-locations: /resources/,classpath:/META-INF/resources/webjars/,file:files/ - -messageSource: - basenames: - - classpath:message/message-common - - classpath:message/authentication-message - - classpath:org/egovframe/rte/fdl/property/messages/properties - -propertyService: - properties: - - tempDir: C:\temp - - pageUnit: 10 - - pageSize: 10 - - permitAccess: /intf/**/* - extFileName: - - encoding: UTF-8 - filename: classpath*:intf-conf/xit-lvis.properties diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 7e831e5..a28fad6 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,31 +1,4 @@ -server: - shutdown: graceful - port: 9078 - servlet: - context-path: / - - ssl: - enabled: false - key-alias: fimskeystore - key-store: classpath:ssl/fimskeystore.pkcs12 - key-store-password: 'Xit5811807@)@#' - key-password: 'Xit5811807@)@#' - trust-store: classpath:ssl/fimstrust.pkcs12 - trust-store-password: 'Xit5811807@)@#' - -# tomcat: -# remoteip: -# protocol-header-https-value: https - spring: - application: - name: fims-chongno - main: - allow-bean-definition-overriding: true -# web-application-type: SERVLET - sql: - init: - platform: mariadb datasource: hikari: fims: @@ -34,26 +7,4 @@ spring: username: fimsweb password: xit581!*)& auto-commit: false - # 개발 환경에서만 활성화. 운영환경에서는 조정하거나 제거할 것 - maximumPoolSize: 3 - mvc: - static-path-pattern: /resources/**,/webjars/**,/files/** - web: - resources: - static-locations: /resources/,classpath:/META-INF/resources/webjars/,file:files/ - -messageSource: - basenames: - - classpath:message/message-common - - classpath:message/authentication-message - - classpath:org/egovframe/rte/fdl/property/messages/properties - -propertyService: - properties: - - tempDir: C:\temp - - pageUnit: 10 - - pageSize: 10 - - permitAccess: /intf/**/* - extFileName: - - encoding: UTF-8 - filename: classpath*:intf-conf/xit-lvis.properties + maximumPoolSize: 5 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3d7808a..bcbab21 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,51 @@ +server: + shutdown: graceful + port: 9078 + servlet: + context-path: / + + ssl: + enabled: false + key-alias: fimskeystore + key-store: classpath:ssl/fimskeystore.pkcs12 + key-store-password: 'Xit5811807@)@#' + key-password: 'Xit5811807@)@#' + trust-store: classpath:ssl/fimstrust.pkcs12 + trust-store-password: 'Xit5811807@)@#' + +# tomcat: +# remoteip: +# protocol-header-https-value: https + spring: + application: + name: fims-chongno + main: + allow-bean-definition-overriding: true +# web-application-type: SERVLET profiles: active: dev + sql: + init: + platform: mariadb + mvc: + static-path-pattern: /resources/**,/webjars/**,/files/** + web: + resources: + static-locations: /resources/,classpath:/META-INF/resources/webjars/,file:files/ + +messageSource: + basenames: + - classpath:message/message-common + - classpath:message/authentication-message + - classpath:org/egovframe/rte/fdl/property/messages/properties + +propertyService: + properties: + - tempDir: C:\temp + - pageUnit: 10 + - pageSize: 10 + - permitAccess: /intf/**/* + extFileName: + - encoding: UTF-8 + filename: classpath*:intf-conf/xit-lvis.properties