mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
4.1.3
This commit is contained in:
parent
ee2befc758
commit
cb0d741f75
@ -15,7 +15,7 @@
|
||||
# */
|
||||
#maxkey properties
|
||||
group =org.dromara.maxkey
|
||||
version =4.1.2
|
||||
version =4.1.3
|
||||
vendor =https://www.maxkey.top
|
||||
author =MaxKeyTop
|
||||
githubUrl =https://github.com/dromara/MaxKey
|
||||
@ -138,7 +138,7 @@ xmlbindjaxbcoreVersion =3.0.2
|
||||
xmlbindjaxbimplVersion =3.0.2
|
||||
xmlbindjaxbxjcVersion =3.0.2
|
||||
#jwt
|
||||
nimbusjosejwtVersion =9.31
|
||||
nimbusjosejwtVersion =9.47
|
||||
jcipannotationsVersion =1.0-1
|
||||
#others
|
||||
thymeleafVersion =3.0.15.RELEASE
|
||||
|
||||
@ -26,5 +26,5 @@ export const CONSTS = {
|
||||
REDIRECT_URI: 'redirect_uri',
|
||||
REMEMBER: 'remember_me',
|
||||
TOKEN: '_token',
|
||||
VERSION: 'v4.1.2 GA'
|
||||
VERSION: 'v4.1.3 GA'
|
||||
};
|
||||
|
||||
@ -19,5 +19,5 @@ export const CONSTS = {
|
||||
INST: 'inst',
|
||||
REDIRECT_URI: 'redirect_uri',
|
||||
REMEMBER: 'remember',
|
||||
VERSION: 'v4.1.2 GA'
|
||||
VERSION: 'v4.1.3 GA'
|
||||
};
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#端口号
|
||||
application:
|
||||
name: maxkey-gateway-server
|
||||
formatted-version: v4.1.2 GA
|
||||
formatted-version: v4.1.3 GA
|
||||
server:
|
||||
port: 9000
|
||||
spring:
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey
|
||||
application.formatted-version =v4.1.2 GA
|
||||
application.formatted-version =v4.1.3 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.2 GA
|
||||
application.formatted-version =v4.1.3 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.2 GA
|
||||
application.formatted-version =v4.1.3 GA
|
||||
#for dynamic service discovery
|
||||
spring.application.name =maxkey-openapi
|
||||
############################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user