This commit is contained in:
shimingxy 2024-03-15 09:35:19 +08:00
parent fd27ae9e7a
commit 522c581320
9 changed files with 1716 additions and 7 deletions

View File

@ -15,7 +15,7 @@
# */
#maxkey properties
group =org.dromara.maxkey
version =4.0.2
version =4.0.3
vendor =https://www.maxkey.top
author =MaxKeyTop

View File

@ -26,5 +26,5 @@ export const CONSTS = {
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember_me',
TOKEN: '_token',
VERSION: 'v4.0.2 GA'
VERSION: 'v4.0.3 GA'
};

View File

@ -19,5 +19,5 @@ export const CONSTS = {
INST: 'inst',
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember',
VERSION: 'v4.0.2 GA'
VERSION: 'v4.0.3 GA'
};

View File

@ -1,7 +1,7 @@
#端口号
application:
name: maxkey-gateway-server
formatted-version: v4.0.2 GA
formatted-version: v4.0.3 GA
server:
port: 9000
spring:

View File

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

View File

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

View File

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

1245
sql/v4.0.3.ga/maxkey.sql Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long