This commit is contained in:
MaxKey 2023-07-27 19:02:40 +08:00
parent ee7a18fa71
commit b1ccb458bd
5 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@
# */ # */
#maxkey properties #maxkey properties
group =org.dromara.maxkey group =org.dromara.maxkey
version =3.5.18 version =3.5.19
vendor =https://www.maxkey.top vendor =https://www.maxkey.top
author =MaxKeyTop author =MaxKeyTop
@ -27,9 +27,9 @@ jibToAuthPassword =docker registry credential
#maxkey used jars version #maxkey used jars version
#spring #spring
springVersion =5.3.28 springVersion =5.3.29
springBootVersion =2.7.13 springBootVersion =2.7.14
springSecurityVersion =5.7.9 springSecurityVersion =5.7.10
springDataVersion =2.7.8 springDataVersion =2.7.8
springkafkaVersion =2.9.0 springkafkaVersion =2.9.0
springretryVersion =1.3.3 springretryVersion =1.3.3
@ -74,7 +74,7 @@ kafkaclientsVersion =2.8.9
rocketmqclientVersion =4.9.4 rocketmqclientVersion =4.9.4
rocketmqspringbootVersion =2.2.2 rocketmqspringbootVersion =2.2.2
#apache tomcat #apache tomcat
tomcatVersion =9.0.76 tomcatVersion =9.0.78
#logs #logs
log4jVersion =2.20.0 log4jVersion =2.20.0
slf4jVersion =1.7.36 slf4jVersion =1.7.36

View File

@ -1,7 +1,7 @@
#端口号 #端口号
application: application:
name: maxkey-gateway-server name: maxkey-gateway-server
formatted-version: v3.5.18 GA formatted-version: v3.5.19 GA
server: server:
port: 9000 port: 9000
spring: spring:

View File

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

View File

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

View File

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