SessionManager optimize
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#端口号
|
||||
application:
|
||||
name: maxkey-gateway-server
|
||||
formatted-version: v3.5.0 GA
|
||||
formatted-version: v3.5.1 GA
|
||||
server:
|
||||
port: 9000
|
||||
spring:
|
||||
@@ -12,17 +12,17 @@ spring:
|
||||
routes:
|
||||
#nacos健康检查端口8080
|
||||
- id: maxkeys_route
|
||||
uri: lb://maxkey
|
||||
uri: lb://sign
|
||||
filters:
|
||||
- PrefixPath=/
|
||||
predicates:
|
||||
- Path=/maxkey/**
|
||||
- Path=/sign/**
|
||||
- id: maxkey_mgts_route
|
||||
uri: lb://maxkey-mgt
|
||||
uri: lb://maxkey-mgt-api
|
||||
filters:
|
||||
- PrefixPath=/
|
||||
predicates:
|
||||
- Path=/maxkey-mgt/**
|
||||
- Path=/maxkey-mgt-api/**
|
||||
# default-filters:
|
||||
# - name: Hystrix
|
||||
# args:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
application.title =MaxKey
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey-monitor
|
||||
application.formatted-version =v3.5.0 GA
|
||||
application.formatted-version =v3.5.1 GA
|
||||
#nacos discovery
|
||||
spring.cloud.nacos.discovery.enabled =${NACOS_DISCOVERY_ENABLED:false}
|
||||
spring.cloud.nacos.discovery.instance-enabled =false
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey
|
||||
application.formatted-version =v3.5.0 GA
|
||||
application.formatted-version =v3.5.1 GA
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey
|
||||
############################################################################
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey-Mgt
|
||||
application.formatted-version =v3.5.0 GA
|
||||
application.formatted-version =v3.5.1 GA
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey-mgt
|
||||
############################################################################
|
||||
|
||||
Reference in New Issue
Block a user