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