mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 16:57:12 +08:00
release: v1.0.0
This commit is contained in:
@@ -5,9 +5,9 @@ continew-admin:
|
||||
# 应用名称
|
||||
appName: continew-admin
|
||||
# 版本
|
||||
version: 0.0.1-SNAPSHOT
|
||||
version: 1.0.0
|
||||
# 描述
|
||||
description: ContiNew Admin 中后台管理框架(孵化中),Continue New Admin,持续以最新流行技术栈构建。
|
||||
description: ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
|
||||
# URL
|
||||
url: https://github.com/Charles7c/continew-admin
|
||||
# 基本包
|
||||
@@ -69,7 +69,7 @@ knife4j:
|
||||
# 是否自定义 footer(默认 false 非自定义)
|
||||
enable-footer-custom: true
|
||||
# 自定义 footer 内容,支持 Markdown 语法
|
||||
footer-custom-content: 'Copyright © 2022-present Charles7c ⋅ [ContiNew Admin](https://github.com/Charles7c/continew-admin)'
|
||||
footer-custom-content: 'Copyright © 2022-present [Charles7c](${continew-admin.author.url}) ⋅ [ContiNew Admin](https://github.com/Charles7c/continew-admin) v${continew-admin.version}'
|
||||
|
||||
--- ### Sa-Token 配置
|
||||
sa-token:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
databaseChangeLog:
|
||||
- include:
|
||||
file: db/changelog/v0.0.1/continew-admin_table.sql
|
||||
file: db/changelog/v1.0.0/continew-admin_table.sql
|
||||
- include:
|
||||
file: db/changelog/v0.0.1/continew-admin_column.sql
|
||||
file: db/changelog/v1.0.0/continew-admin_column.sql
|
||||
- include:
|
||||
file: db/changelog/v0.0.1/continew-admin_data.sql
|
||||
file: db/changelog/v1.0.0/continew-admin_data.sql
|
||||
|
Reference in New Issue
Block a user