v4.0.5 readme & SQL

This commit is contained in:
MaxKey 2024-06-27 21:57:57 +08:00
parent 6fe740cae4
commit c4b16292c8
12 changed files with 1728 additions and 13 deletions

View File

@ -120,7 +120,7 @@ App Management UI
| Version | Date | Download URL | | Version | Date | Download URL |
| -------- | :----- | :---- | | -------- | :----- | :---- |
| v 4.0.4 | 2024/05/17 | <a href="https://www.maxkey.top/zh/about/download.html" target="_blank">Download</a> | | v 4.0.5 | 2024/06/27 | <a href="https://www.maxkey.top/zh/about/download.html" target="_blank">Download</a> |
# Install # Install

View File

@ -120,7 +120,7 @@ App Management UI
| Version | Date | Download URL | | Version | Date | Download URL |
| -------- | :----- | :---- | | -------- | :----- | :---- |
| v 4.0.4 | 2024/05/17 | <a href="https://www.maxkey.top/zh/about/download.html" target="_blank">Download</a> | | v 4.0.5 | 2024/06/27 | <a href="https://www.maxkey.top/zh/about/download.html" target="_blank">Download</a> |
# Install # Install

View File

@ -121,7 +121,7 @@ MaxKey注重企业级场景下的性能、安全和易用性广泛应用于
| 版本 | 日期 | 下载 | | 版本 | 日期 | 下载 |
| -------- | :----- | :---- | | -------- | :----- | :---- |
| v 4.0.4 | 2024/05/17 | <a href="https://www.maxkey.top/zh/about/download.html" target="_blank">下载</a>| | v 4.0.5 | 2024/06/27 | <a href="https://www.maxkey.top/zh/about/download.html" target="_blank">下载</a>|
# 安装部署 # 安装部署

View File

@ -2,10 +2,8 @@
"typescript.tsdk": "./node_modules/typescript/lib", "typescript.tsdk": "./node_modules/typescript/lib",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
// For ESLint "source.fixAll.eslint": "explicit",
"source.fixAll.eslint": true, "source.fixAll.stylelint": "explicit"
// For Stylelint
"source.fixAll.stylelint": true
}, },
"[markdown]": { "[markdown]": {
"editor.formatOnSave": false "editor.formatOnSave": false

View File

@ -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.0.4 GA' VERSION: 'v4.0.5 GA'
}; };

View File

@ -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.0.4 GA' VERSION: 'v4.0.5 GA'
}; };

View File

@ -1,7 +1,7 @@
#端口号 #端口号
application: application:
name: maxkey-gateway-server name: maxkey-gateway-server
formatted-version: v4.0.4 GA formatted-version: v4.0.5 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 =v4.0.4 GA application.formatted-version =v4.0.5 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 =v4.0.4 GA application.formatted-version =v4.0.5 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 =v4.0.4 GA application.formatted-version =v4.0.5 GA
#for dynamic service discovery #for dynamic service discovery
spring.application.name =maxkey-openapi spring.application.name =maxkey-openapi
############################################################################ ############################################################################

1253
sql/v4.0.5.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