mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
v3.1.1 GA
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#maxkey properties
|
||||
group =maxkey.top
|
||||
version =3.1.0
|
||||
version =3.1.1
|
||||
vendor =https://www.maxkey.top
|
||||
author =MaxKeyTop
|
||||
|
||||
@@ -44,12 +44,12 @@ poiVersion =4.1.2
|
||||
tomcatVersion =9.0.54
|
||||
tomcatembedloggingjuliVersion =8.5.2
|
||||
#spring
|
||||
springVersion =5.3.12
|
||||
springVersion =5.3.13
|
||||
springBootVersion =2.5.6
|
||||
springSecurityVersion =5.5.3
|
||||
springDataVersion =2.5.5
|
||||
springDataVersion =2.5.7
|
||||
springSessionVersion =2.5.3
|
||||
springkafkaVersion =2.7.7
|
||||
springkafkaVersion =2.7.8
|
||||
springretryVersion =1.3.0
|
||||
springplugincoreVersion =2.0.0.RELEASE
|
||||
springpluginmetadataVersion =2.0.0.RELEASE
|
||||
@@ -92,7 +92,7 @@ xmltoolingVersion =1.4.6
|
||||
javasupportVersion =7.5.1
|
||||
#others
|
||||
thymeleafVersion =3.0.12.RELEASE
|
||||
springbootadminVersion =2.5.0
|
||||
springbootadminVersion =2.5.4
|
||||
nettyVersion =4.1.66.Final
|
||||
hazelcastVersion =4.2.2
|
||||
jakartaannotationVersion =2.0.0
|
||||
@@ -133,7 +133,7 @@ reactornettyVersion =1.0.10
|
||||
reactorextraVersion =3.4.4
|
||||
szxcvbnVersion =0.2
|
||||
quartzVersion =2.3.2
|
||||
jodatimeVersion =2.10.10
|
||||
jodatimeVersion =2.10.13
|
||||
snakeyamlVersion =1.29
|
||||
nekohtmlVersion =1.9.22
|
||||
ognlVersion =3.2.14
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#端口号
|
||||
application:
|
||||
name: maxkey-gateway-server
|
||||
formatted-version: v3.1.0 GA
|
||||
formatted-version: v3.1.1 GA
|
||||
server:
|
||||
port: 9000
|
||||
spring:
|
||||
|
||||
@@ -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