포트 변경

This commit is contained in:
keymasroy
2021-07-12 11:40:23 +09:00
parent f1cc2768dd
commit 77c7d15cc3
2 changed files with 2 additions and 12 deletions

View File

@@ -2,9 +2,7 @@
debug: true debug: true
server: server:
port: 9401 port: 9901
servlet:
context-path: /gsgroup/
spring: spring:
profiles: profiles:

View File

@@ -1,9 +1,7 @@
debug: true debug: true
server: server:
port: 9402 port: 9902
servlet:
context-path: /gsnpass/
spring: spring:
profiles: profiles:
@@ -14,11 +12,9 @@ spring:
profiles: local profiles: local
mybatis: mybatis:
# mapperLocations: classpath:/mapper/**/*.xml,classpath:/mapper2/**/*.xml
type-aliases-package: com.gsitm.ustra.java.management.models type-aliases-package: com.gsitm.ustra.java.management.models
configuration: configuration:
jdbc-type-for-null: "NULL" jdbc-type-for-null: "NULL"
# mapUnderscoreToCamelCase: true
ustra: ustra:
core: core:
@@ -29,12 +25,8 @@ ustra:
caffeine-test: caffeine-test:
maximum-size: 200 maximum-size: 200
initial-capacity: 100 initial-capacity: 100
# refresh-seconds: 600
expire-after-write-seconds: 1800 expire-after-write-seconds: 1800
expire-after-access-seconds: 1800 expire-after-access-seconds: 1800
#eh:
# eh-test:
# config-location: classpath:/ehcache.xml
data: data:
file: file:
enabled: false enabled: false