提交 34cbcc50 编写于 作者: M MaxKey

v3.1.1 GA

上级 962c50d0
#maxkey properties #maxkey properties
group =maxkey.top group =maxkey.top
version =3.1.0 version =3.1.1
vendor =https://www.maxkey.top vendor =https://www.maxkey.top
author =MaxKeyTop author =MaxKeyTop
...@@ -44,12 +44,12 @@ poiVersion =4.1.2 ...@@ -44,12 +44,12 @@ poiVersion =4.1.2
tomcatVersion =9.0.54 tomcatVersion =9.0.54
tomcatembedloggingjuliVersion =8.5.2 tomcatembedloggingjuliVersion =8.5.2
#spring #spring
springVersion =5.3.12 springVersion =5.3.13
springBootVersion =2.5.6 springBootVersion =2.5.6
springSecurityVersion =5.5.3 springSecurityVersion =5.5.3
springDataVersion =2.5.5 springDataVersion =2.5.7
springSessionVersion =2.5.3 springSessionVersion =2.5.3
springkafkaVersion =2.7.7 springkafkaVersion =2.7.8
springretryVersion =1.3.0 springretryVersion =1.3.0
springplugincoreVersion =2.0.0.RELEASE springplugincoreVersion =2.0.0.RELEASE
springpluginmetadataVersion =2.0.0.RELEASE springpluginmetadataVersion =2.0.0.RELEASE
...@@ -92,7 +92,7 @@ xmltoolingVersion =1.4.6 ...@@ -92,7 +92,7 @@ xmltoolingVersion =1.4.6
javasupportVersion =7.5.1 javasupportVersion =7.5.1
#others #others
thymeleafVersion =3.0.12.RELEASE thymeleafVersion =3.0.12.RELEASE
springbootadminVersion =2.5.0 springbootadminVersion =2.5.4
nettyVersion =4.1.66.Final nettyVersion =4.1.66.Final
hazelcastVersion =4.2.2 hazelcastVersion =4.2.2
jakartaannotationVersion =2.0.0 jakartaannotationVersion =2.0.0
...@@ -133,7 +133,7 @@ reactornettyVersion =1.0.10 ...@@ -133,7 +133,7 @@ reactornettyVersion =1.0.10
reactorextraVersion =3.4.4 reactorextraVersion =3.4.4
szxcvbnVersion =0.2 szxcvbnVersion =0.2
quartzVersion =2.3.2 quartzVersion =2.3.2
jodatimeVersion =2.10.10 jodatimeVersion =2.10.13
snakeyamlVersion =1.29 snakeyamlVersion =1.29
nekohtmlVersion =1.9.22 nekohtmlVersion =1.9.22
ognlVersion =3.2.14 ognlVersion =3.2.14
......
#端口号 #端口号
application: application:
name: maxkey-gateway-server name: maxkey-gateway-server
formatted-version: v3.1.0 GA formatted-version: v3.1.1 GA
server: server:
port: 9000 port: 9000
spring: spring:
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
application.title =MaxKey application.title =MaxKey
#for dynamic service discovery #for dynamic service discovery
spring.application.name =maxkey-monitor spring.application.name =maxkey-monitor
application.formatted-version =v3.1.0 GA application.formatted-version =v3.1.1 GA
#nacos discovery #nacos discovery
spring.cloud.nacos.discovery.enabled =${NACOS_DISCOVERY_ENABLED:false} spring.cloud.nacos.discovery.enabled =${NACOS_DISCOVERY_ENABLED:false}
spring.cloud.nacos.discovery.instance-enabled =false spring.cloud.nacos.discovery.instance-enabled =false
......
...@@ -40,7 +40,7 @@ maxkey.server.default.uri =${maxkey.server.uri}/appList ...@@ -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.mgt.uri =${maxkey.server.name}:9527/maxkey-mgt/login
maxkey.server.authz.uri =${maxkey.server.name}:${server.port}${server.servlet.context-path} maxkey.server.authz.uri =${maxkey.server.name}:${server.port}${server.servlet.context-path}
#InMemory 0 , Redis 2 #InMemory 0 , Redis 2
maxkey.server.persistence =${SERVER_PERSISTENCE:0} maxkey.server.persistence =${SERVER_PERSISTENCE:2}
#identity #identity
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false} maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
#issuer name #issuer name
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#MaxKey Title and Version # #MaxKey Title and Version #
############################################################################ ############################################################################
application.title =MaxKey application.title =MaxKey
application.formatted-version =v3.1.0 GA application.formatted-version =v3.1.1 GA
#for dynamic service discovery #for dynamic service discovery
spring.application.name =maxkey spring.application.name =maxkey
############################################################################ ############################################################################
......
...@@ -36,7 +36,7 @@ maxkey.server.default.uri =${maxkey.server.uri}/main ...@@ -36,7 +36,7 @@ maxkey.server.default.uri =${maxkey.server.uri}/main
maxkey.server.mgt.uri =${maxkey.server.uri} maxkey.server.mgt.uri =${maxkey.server.uri}
maxkey.server.authz.uri =https://${maxkey.server.domain}/maxkey maxkey.server.authz.uri =https://${maxkey.server.domain}/maxkey
#InMemory 0 , Redis 2 #InMemory 0 , Redis 2
maxkey.server.persistence =0 maxkey.server.persistence =2
#identity #identity
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false} maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#MaxKey Title and Version # #MaxKey Title and Version #
############################################################################ ############################################################################
application.title =MaxKey-Mgt application.title =MaxKey-Mgt
application.formatted-version =v3.1.0 GA application.formatted-version =v3.1.1 GA
#for dynamic service discovery #for dynamic service discovery
spring.application.name =maxkey-mgt spring.application.name =maxkey-mgt
############################################################################ ############################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册