v3.1.1 GA

This commit is contained in:
MaxKey
2021-11-14 21:05:45 +08:00
parent 962c50d083
commit 34cbcc508e
7 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
application.title =MaxKey
#for dynamic service discovery
spring.application.name =maxkey-monitor
application.formatted-version =v3.1.0 GA
application.formatted-version =v3.1.1 GA
#nacos discovery
spring.cloud.nacos.discovery.enabled =${NACOS_DISCOVERY_ENABLED:false}
spring.cloud.nacos.discovery.instance-enabled =false

View File

@@ -40,7 +40,7 @@ maxkey.server.default.uri =${maxkey.server.uri}/appList
maxkey.server.mgt.uri =${maxkey.server.name}:9527/maxkey-mgt/login
maxkey.server.authz.uri =${maxkey.server.name}:${server.port}${server.servlet.context-path}
#InMemory 0 , Redis 2
maxkey.server.persistence =${SERVER_PERSISTENCE:0}
maxkey.server.persistence =${SERVER_PERSISTENCE:2}
#identity
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
#issuer name

View File

@@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.formatted-version =v3.1.0 GA
application.formatted-version =v3.1.1 GA
#for dynamic service discovery
spring.application.name =maxkey
############################################################################

View File

@@ -36,7 +36,7 @@ maxkey.server.default.uri =${maxkey.server.uri}/main
maxkey.server.mgt.uri =${maxkey.server.uri}
maxkey.server.authz.uri =https://${maxkey.server.domain}/maxkey
#InMemory 0 , Redis 2
maxkey.server.persistence =0
maxkey.server.persistence =2
#identity
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}

View File

@@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey-Mgt
application.formatted-version =v3.1.0 GA
application.formatted-version =v3.1.1 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt
############################################################################