mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
v3.1.1 GA
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
############################################################################
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -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
|
||||
############################################################################
|
||||
|
||||
Reference in New Issue
Block a user