From 77c7d15cc32ad0b34052c8d627319256ef236ded Mon Sep 17 00:00:00 2001 From: keymasroy Date: Mon, 12 Jul 2021 11:40:23 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/root/bo/src/main/resources/application.yml | 4 +--- back/root/fo/src/main/resources/application.yml | 10 +--------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/back/root/bo/src/main/resources/application.yml b/back/root/bo/src/main/resources/application.yml index 873d927..10de979 100644 --- a/back/root/bo/src/main/resources/application.yml +++ b/back/root/bo/src/main/resources/application.yml @@ -2,9 +2,7 @@ debug: true server: - port: 9401 - servlet: - context-path: /gsgroup/ + port: 9901 spring: profiles: diff --git a/back/root/fo/src/main/resources/application.yml b/back/root/fo/src/main/resources/application.yml index 1e852b8..8d13445 100644 --- a/back/root/fo/src/main/resources/application.yml +++ b/back/root/fo/src/main/resources/application.yml @@ -1,9 +1,7 @@ debug: true server: - port: 9402 - servlet: - context-path: /gsnpass/ + port: 9902 spring: profiles: @@ -14,11 +12,9 @@ spring: profiles: local mybatis: - # mapperLocations: classpath:/mapper/**/*.xml,classpath:/mapper2/**/*.xml type-aliases-package: com.gsitm.ustra.java.management.models configuration: jdbc-type-for-null: "NULL" - # mapUnderscoreToCamelCase: true ustra: core: @@ -29,12 +25,8 @@ ustra: caffeine-test: maximum-size: 200 initial-capacity: 100 - # refresh-seconds: 600 expire-after-write-seconds: 1800 expire-after-access-seconds: 1800 - #eh: - # eh-test: - # config-location: classpath:/ehcache.xml data: file: enabled: false