mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
4.1.7
This commit is contained in:
parent
74911b0465
commit
22790b77d5
@ -15,7 +15,7 @@
|
||||
# */
|
||||
#maxkey properties
|
||||
group =org.dromara.maxkey
|
||||
version =4.1.6
|
||||
version =4.1.7
|
||||
vendor =https://www.maxkey.top
|
||||
author =MaxKeyTop
|
||||
githubUrl =https://github.com/dromara/MaxKey
|
||||
@ -32,11 +32,11 @@ jibToAuthPassword =docker registry credential
|
||||
|
||||
#maxkey used jars version
|
||||
#spring
|
||||
springVersion =6.2.3
|
||||
springBootVersion =3.4.3
|
||||
springSecurityVersion =6.4.3
|
||||
springDataVersion =3.4.3
|
||||
springkafkaVersion =3.3.2
|
||||
springVersion =6.2.5
|
||||
springBootVersion =3.4.4
|
||||
springSecurityVersion =6.4.4
|
||||
springDataVersion =3.4.4
|
||||
springkafkaVersion =3.3.4
|
||||
springretryVersion =2.0.11
|
||||
#spring plugin
|
||||
springplugincoreVersion =3.0.0
|
||||
@ -83,10 +83,10 @@ freemarkerVersion =2.3.34
|
||||
xmlbeansVersion =5.0.2
|
||||
poiVersion =5.2.3
|
||||
#tomcat
|
||||
tomcatVersion =10.1.34
|
||||
tomcatVersion =10.1.39
|
||||
#logs
|
||||
log4jVersion =2.24.3
|
||||
slf4jVersion =2.0.16
|
||||
slf4jVersion =2.0.17
|
||||
jbossloggingVersion =3.5.3.Final
|
||||
#Messaging Kafka & RocketMQ
|
||||
kafkaclientsVersion =3.4.0
|
||||
@ -102,21 +102,21 @@ zxingcoreVersion =3.5.3
|
||||
concurrentlinkedhashmaplruVersion =1.4.2
|
||||
#json
|
||||
gsonVersion =2.12.1
|
||||
jacksonVersion =2.18.2
|
||||
jacksonVersion =2.18.3
|
||||
fastjsonVersion =1.2.83
|
||||
minidevjsonsmartVersion =2.4.5
|
||||
#database
|
||||
mysqlconnectorjavaVersion =8.4.0
|
||||
dm8JdbcDriverVersion =8.1.2.192
|
||||
postgresqlVersion =42.4.1
|
||||
druidVersion =1.2.23
|
||||
druidspringbootstarterVersion =1.2.23
|
||||
druidVersion =1.2.24
|
||||
druidspringbootstarterVersion =1.2.24
|
||||
jedisVersion =4.3.2
|
||||
caffeineVersion =3.1.8
|
||||
hibernateVersion =7.0.5.Final
|
||||
mybatisVersion =3.5.16
|
||||
mybatisspringVersion =3.0.3
|
||||
mybatisjpaextraVersion =3.2
|
||||
mybatisVersion =3.5.19
|
||||
mybatisspringVersion =3.0.4
|
||||
mybatisjpaextraVersion =3.3.5
|
||||
#saml
|
||||
opensamlVersion =2.6.6
|
||||
openwsVersion =1.5.6
|
||||
|
||||
@ -26,5 +26,5 @@ export const CONSTS = {
|
||||
REDIRECT_URI: 'redirect_uri',
|
||||
REMEMBER: 'remember_me',
|
||||
TOKEN: '_token',
|
||||
VERSION: 'v4.1.6 GA'
|
||||
VERSION: 'v4.1.7 GA'
|
||||
};
|
||||
|
||||
@ -19,5 +19,5 @@ export const CONSTS = {
|
||||
INST: 'inst',
|
||||
REDIRECT_URI: 'redirect_uri',
|
||||
REMEMBER: 'remember',
|
||||
VERSION: 'v4.1.6 GA'
|
||||
VERSION: 'v4.1.7 GA'
|
||||
};
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#端口号
|
||||
application:
|
||||
name: maxkey-gateway-server
|
||||
formatted-version: v4.1.6 GA
|
||||
formatted-version: v4.1.7 GA
|
||||
server:
|
||||
port: 9000
|
||||
spring:
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey
|
||||
application.formatted-version =v4.1.6 GA
|
||||
application.formatted-version =v4.1.7 GA
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey
|
||||
############################################################################
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey-Mgt
|
||||
application.formatted-version =v4.1.6 GA
|
||||
application.formatted-version =v4.1.7 GA
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey-mgt
|
||||
############################################################################
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey-OpenApi
|
||||
application.formatted-version =v4.1.6 GA
|
||||
application.formatted-version =v4.1.7 GA
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey-openapi
|
||||
############################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user