mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
v4.0.5 readme & SQL
This commit is contained in:
parent
6fe740cae4
commit
c4b16292c8
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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>|
|
||||||
|
|
||||||
|
|
||||||
# 安装部署
|
# 安装部署
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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'
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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'
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|||||||
@ -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
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|||||||
@ -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
1253
sql/v4.0.5.ga/maxkey.sql
Normal file
File diff suppressed because it is too large
Load Diff
464
sql/v4.0.5.ga/maxkey_data.sql
Normal file
464
sql/v4.0.5.ga/maxkey_data.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user