mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +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 |
|
||||
| -------- | :----- | :---- |
|
||||
| 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
|
||||
|
||||
|
||||
@ -120,7 +120,7 @@ App Management UI
|
||||
|
||||
| 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
|
||||
|
||||
|
||||
@ -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",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
// For ESLint
|
||||
"source.fixAll.eslint": true,
|
||||
// For Stylelint
|
||||
"source.fixAll.stylelint": true
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.fixAll.stylelint": "explicit"
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.formatOnSave": false
|
||||
|
||||
@ -26,5 +26,5 @@ export const CONSTS = {
|
||||
REDIRECT_URI: 'redirect_uri',
|
||||
REMEMBER: 'remember_me',
|
||||
TOKEN: '_token',
|
||||
VERSION: 'v4.0.4 GA'
|
||||
VERSION: 'v4.0.5 GA'
|
||||
};
|
||||
|
||||
@ -19,5 +19,5 @@ export const CONSTS = {
|
||||
INST: 'inst',
|
||||
REDIRECT_URI: 'redirect_uri',
|
||||
REMEMBER: 'remember',
|
||||
VERSION: 'v4.0.4 GA'
|
||||
VERSION: 'v4.0.5 GA'
|
||||
};
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#端口号
|
||||
application:
|
||||
name: maxkey-gateway-server
|
||||
formatted-version: v4.0.4 GA
|
||||
formatted-version: v4.0.5 GA
|
||||
server:
|
||||
port: 9000
|
||||
spring:
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#MaxKey Title and Version #
|
||||
############################################################################
|
||||
application.title =MaxKey
|
||||
application.formatted-version =v4.0.4 GA
|
||||
application.formatted-version =v4.0.5 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.0.4 GA
|
||||
application.formatted-version =v4.0.5 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.0.4 GA
|
||||
application.formatted-version =v4.0.5 GA
|
||||
#for dynamic service discovery
|
||||
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