SessionManager optimize

This commit is contained in:
MaxKey
2022-05-18 19:38:55 +08:00
parent 7354f80517
commit 25e1904c1f
17 changed files with 215 additions and 189 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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
############################################################################

View File

@@ -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
############################################################################