Browse Source

v3.1.1 GA

MaxKey 3 năm trước cách đây
mục cha
commit
34cbcc508e

+ 6 - 6
gradle.properties

@@ -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 - 1
maxkey-gataway/src/main/resources/application.yml

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

+ 1 - 1
maxkey-webs/maxkey-boot-monitor/src/main/resources/application.properties

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

+ 1 - 1
maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties

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

+ 1 - 1
maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties

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

+ 1 - 1
maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties

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

+ 1 - 1
maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties

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