release: v1.0.0

This commit is contained in:
2023-03-26 21:10:30 +08:00
parent 8a843ad94c
commit 405d40e19d
15 changed files with 90 additions and 29 deletions

View File

@@ -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:

View File

@@ -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