File tree 9 files changed +19
-6
lines changed
continew-admin-webapi/src/main/resources
9 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 4
4
<img src =" https://img.shields.io/badge/License-Apache--2.0-blue.svg " alt =" License " />
5
5
</a >
6
6
<a href =" https://github.com/Charles7c/continew-admin/tree/1.0.x " target =" _blank " >
7
- <img src =" https://img.shields.io/badge/Release -v1.0 .0-%23ff3f59.svg " alt =" Release " />
7
+ <img src =" https://img.shields.io/badge/SNAPSHOT -v1.1 .0-%23ff3f59.svg " alt =" Release " />
8
8
</a >
9
9
<a href =" https://github.com/Charles7c/continew-admin " target =" _blank " >
10
10
<img src =" https://img.shields.io/github/stars/Charles7c/continew-admin?style=social " alt =" GitHub stars " />
@@ -115,7 +115,8 @@ continew-admin # 全局通用项目配置及依赖版本管理
115
115
│ │ └─ ContinewAdminApplication.java # 启动入口
116
116
│ └─ resources # 工程配置目录
117
117
│ ├─ db.changelog # 数据库脚本文件
118
- │ │ └─ v1.0.0 # v1.0.0 版本数据库脚本文件
118
+ │ │ ├─ v1.0.0 # v1.0.0 版本数据库脚本文件
119
+ │ │ └─ v1.1.0 # v1.1.0 版本数据库脚本文件
119
120
│ └─ templates # 模板文件
120
121
│ └─ mail # 邮件模板
121
122
├─ continew-admin-monitor # 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " continew-admin-ui" ,
3
3
"description" : " ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。" ,
4
- "version" : " 1.0.1 -SNAPSHOT" ,
4
+ "version" : " 1.1.0 -SNAPSHOT" ,
5
5
"private" : true ,
6
6
"author" : " Charles7c" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 4
4
<a href =" https://blog.charles7c.top/about/me" target =" _blank" rel =" noopenner noreferrer" >Charles7c</a >
5
5
<span >  ; ⋅  ; </span >
6
6
<a href =" https://github.com/Charles7c/continew-admin" target =" _blank" rel =" noopenner noreferrer" >{{ $t('title') }}</a >  ;
7
- v1.0.0
7
+ v1.1.0-SNAPSHOT
8
8
<span >  ; ⋅  ; </span >
9
9
<a href =" https://beian.miit.gov.cn" target =" _blank" rel =" noopenner noreferrer" >津ICP备2022005864号-2</a >
10
10
</a-layout-footer >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ continew-admin:
5
5
# 应用名称
6
6
appName : continew-admin
7
7
# 版本
8
- version : 1.0.1 -SNAPSHOT
8
+ version : 1.1.0 -SNAPSHOT
9
9
# 描述
10
10
description : ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
11
11
# URL
Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ databaseChangeLog:
5
5
file : db/changelog/v1.0.0/continew-admin_column.sql
6
6
- include :
7
7
file : db/changelog/v1.0.0/continew-admin_data.sql
8
+ - include :
9
+ file : db/changelog/v1.1.0/continew-admin_table.sql
10
+ - include :
11
+ file : db/changelog/v1.1.0/continew-admin_column.sql
12
+ - include :
13
+ file : db/changelog/v1.1.0/continew-admin_data.sql
Original file line number Diff line number Diff line change
1
+ -- liquibase formatted sql
2
+
Original file line number Diff line number Diff line change
1
+ -- liquibase formatted sql
2
+
Original file line number Diff line number Diff line change
1
+ -- liquibase formatted sql
2
+
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ limitations under the License.
59
59
<hutool .version>5.8.16</hutool .version>
60
60
61
61
<!-- ### 基础环境相关 ### -->
62
- <revision >1.0.1 -SNAPSHOT</revision >
62
+ <revision >1.1.0 -SNAPSHOT</revision >
63
63
<java .version>1.8</java .version>
64
64
<spotless .version>2.28.0</spotless .version>
65
65
<maven .compiler.source>8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments