포트 변경
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
debug: true
|
debug: true
|
||||||
|
|
||||||
server:
|
server:
|
||||||
port: 9401
|
port: 9901
|
||||||
servlet:
|
|
||||||
context-path: /gsgroup/
|
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user