Skip to content

Commit e5cddd0

Browse files
committed
release: v2.5.0
1 parent 040f137 commit e5cddd0

File tree

5 files changed

+72
-43
lines changed

5 files changed

+72
-43
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [v2.5.0](https://github.com/Charles7c/continew-admin/compare/v2.4.0...v2.5.0) (2024-03-23)
2+
3+
### ✨ 新特性
4+
5+
* 新增 PostgreSQL 数据源配置示例 ([ee48c80](https://github.com/Charles7c/continew-admin/commit/ee48c80cd10a4c4546d1cb24f1f4716bb2ac08ea))
6+
* 新增 PostgreSQL 部署脚本 ([3129e0a](https://github.com/Charles7c/continew-admin/commit/3129e0a6dcbd809f0013fbf6c53ad029ae9f7a0e))
7+
* 新增 PostgreSQL 初始 SQL 脚本 ([33b8102](https://github.com/Charles7c/continew-admin/commit/33b81029df0b51058b3525b4317b51a2351319dc))
8+
* 新增代码生成器插件模块(后续会改造为独立插件) ([87829d3](https://github.com/Charles7c/continew-admin/commit/87829d3ce8ab5a35091800900f7d7708f15ed9c2))
9+
* 代码生成同步最新数据表结构支持同步排序 ([89546de](https://github.com/Charles7c/continew-admin/commit/89546deced78f83daca7ac0ba2e7d3d8cd101d0c))
10+
* 新增代码批量生成功能 ([Gitee PR#12](https://gitee.com/continew/continew-admin/pulls/12)) ([040f137](https://github.com/Charles7c/continew-admin/commit/040f137934130451700bc28aeabbced30970c5f6))
11+
12+
### 💎 功能优化
13+
14+
- 移除 ` 符号的使用,保持数据库无关性 ([d6b07bd](https://github.com/Charles7c/continew-admin/commit/d6b07bd6d1b1f9077a7571702b58c5e9c782b446))
15+
- 优化字符串模板方法 API 使用 ([0f39384](https://github.com/Charles7c/continew-admin/commit/0f393845a19432e7c965e811c96774694f4d2372))
16+
- 调整部分 SQL 语句,以兼容 PostgreSQL 数据库 ([9f5049b](https://github.com/Charles7c/continew-admin/commit/9f5049bf26c557738867dfe833261d60d071d4a8)) ([bf60d48](https://github.com/Charles7c/continew-admin/commit/bf60d48d3a53dd5d73a78e73b6b230e3271ec3de))
17+
- 新增插件仓库配置 ([0439252](https://github.com/Charles7c/continew-admin/commit/04392524ac13c2096b549f99d0391fa1d375ca31))
18+
- 优化部分接口响应格式为 kv 格式 ([b40d872](https://github.com/Charles7c/continew-admin/commit/b40d872bc4b8dd30ad952d639158619b43cef999))
19+
- 适配 Crane4j 条件注解 ([bf00747](https://github.com/Charles7c/continew-admin/commit/bf007470b2362159309ff8231a2f0ad180cfc947))
20+
- 重构代码生成配置 ([7031a51](https://github.com/Charles7c/continew-admin/commit/7031a51cd4d7072d4da841736678bb81b2123e9d))
21+
- 重构代码生成功能,由指定路径生成模式调整为下载模式,更方便复杂场景 ([df0c0dd](https://github.com/Charles7c/continew-admin/commit/df0c0dd7dcf39620abaf21bd450620ec3fffcf37))
22+
23+
24+
### 🐛 问题修复
25+
26+
- 修复 MySQL 初始 SQL 脚本数据错误 ([49d6bd6](https://github.com/Charles7c/continew-admin/commit/49d6bd6874b3df66fd2e2051ea273cb43cb7b4f6))
27+
- 修复参数缓存未及时过期的问题 ([976e9c4](https://github.com/Charles7c/continew-admin/commit/976e9c43df5926c533723a75222c59fde05e122e))
28+
- 修复代码生成 text 类型数据的长度校验时,数值显示为 65,535 的问题 ([8026f66](https://github.com/Charles7c/continew-admin/commit/8026f660c7af7bba6d4caaf31535a890e5b40a96))
29+
30+
### 💥 破坏性变更
31+
32+
- 调整 liquibase 目录结构,更适合开源类项目适配多种数据库脚本场景 ([1ca48a6](https://github.com/Charles7c/continew-admin/commit/1ca48a6620cff62f3648cc28042843163589e150))
33+
- 适配 ContiNew Starter 日志及数据库工具的包结构优化 ([3405868](https://github.com/Charles7c/continew-admin/commit/3405868c7f042beafb77a7407a388a40b9a75466))
34+
- 适配 ContiNew Starter Query 组件的包结构优化 ([6be1b6c](https://github.com/Charles7c/continew-admin/commit/6be1b6cfb1e7fef4422b8c38e6073a435ebae5c2))
35+
36+
### 📦 依赖升级
37+
38+
- ContiNew Starter 1.4.0 => 1.5.1 (更多依赖升级详情,请查看 ContiNew Starter [更新日志](https://github.com/Charles7c/continew-starter/blob/dev/CHANGELOG.md))
39+
140
## [v2.4.0](https://github.com/Charles7c/continew-admin/compare/v2.3.0...v2.4.0) (2024-02-16)
241

342
### ✨ 新特性

README.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License" />
55
</a>
66
<a href="https://github.com/Charles7c/continew-admin" target="_blank">
7-
<img src="https://img.shields.io/badge/SNAPSHOT-v2.5.0-%23ff3f59.svg" alt="Release" />
7+
<img src="https://img.shields.io/badge/RELEASE-v2.5.0-%23ff3f59.svg" alt="Release" />
88
</a>
99
<a href="https://app.codacy.com/gh/Charles7c/continew-admin/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade" target="_blank">
1010
<img src="https://app.codacy.com/project/badge/Grade/19e3e2395d554efe902c3822e65db30e" alt="Codacy Badge" />
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/badge/ContiNew Starter-1.5.1-%236CB52D.svg" alt="ContiNew Starter" />
1717
</a>
1818
<a href="https://spring.io/projects/spring-boot" target="_blank">
19-
<img src="https://img.shields.io/badge/Spring Boot-3.1.8-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" />
19+
<img src="https://img.shields.io/badge/Spring Boot-3.1.9-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" />
2020
</a>
2121
<a href="https://github.com/Charles7c/continew-starter" target="_blank">
2222
<img src="https://img.shields.io/badge/Open JDK-17-%236CB52D.svg?logo=OpenJDK&logoColor=FFF" alt="Open JDK" />
@@ -97,7 +97,7 @@ public class DeptController extends BaseController<DeptService, DeptResponse, De
9797

9898
7.**卓越工程:** 后端采用模块化工程结构,并适配了统一项目版本号、编译项目自动代码格式化、代码混淆等插件,提供了自定义打包部署结构配置(配置文件、三方依赖和主程序分离),提供全套环境及应用的 Docker Compose 部署脚本。为了减少您开发新项目时的改造耗时,项目品牌配置持续进行深度聚合,简单的配置和结构修改即可快速开始独属于你的新项目。
9999

100-
8.**业务脚手架:** 有颜有料,不止是说说而已。基于成熟的前端脚手架 [Fantastic Admin](https://fantastic-admin.gitee.io/) 开发的前端项目,持续打磨 UI 设计与色彩主题。提供基于 RBAC 的权限控制、通用数据权限,包含丰富的通用业务功能:第三方登录,邮箱、短信(生产级炸弹漏洞处理方案),用户管理、角色管理、组织管理、系统配置、系统日志、消息中心、公告等,设计用心,逻辑合理闭环。
100+
8.**业务脚手架:** 有颜有料,不止是说说而已提供基于 RBAC 的权限控制、通用数据权限,包含丰富的通用业务功能:第三方登录,邮箱、短信(生产级炸弹漏洞处理方案),用户管理、角色管理、组织管理、系统配置、系统日志、消息中心、公告等,设计用心,逻辑合理闭环。
101101
> 一个好的脚手架项目,不仅仅是提供一系列组件集成与配置,也不仅仅是封装一堆好用的工具,还更应该提供一系列通用基础业务解决方案及设计,为初创团队项目减负。
102102
103103
9.**高可靠代码:** 项目 CI 已集成 Sonarqube、Codacy、Qodana,Push 即触发代码质量扫描,并定期进行 CVE 漏洞扫描,及时解决潜在问题。
@@ -229,32 +229,32 @@ git clone https://github.com/Charles7c/continew-admin.git
229229

230230
## 核心技术栈
231231

232-
| 名称 | 版本 | 简介 |
233-
| :----------------------------------------------------------- |:---------------| :----------------------------------------------------------- |
234-
| [ContiNew Starter](https://github.com/Charles7c/continew-starter) | 1.5.1-SNAPSHOT | ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken),可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。 |
235-
| <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a> | 3.1.8 | 简化 Spring 应用的初始搭建和开发过程,基于“约定优于配置”的理念,使开发人员不再需要定义样板化的配置。(Spring Boot 3.0 开始,要求 Java 17 作为最低版本) |
236-
| <a href="https://undertow.io/" target="_blank">Undertow</a> | 2.3.10.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 |
237-
| <a href="https://sa-token.dev33.cn/" target="_blank">Sa-Token + JWT</a> | 1.37.0 | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 |
238-
| <a href="https://baomidou.com/" target="_blank">MyBatis Plus</a> | 3.5.5 | MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率。 |
239-
| <a href="https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611" target="_blank">dynamic-datasource-spring-boot-starter</a> | 4.3.0 | 基于 Spring Boot 的快速集成多数据源的启动器。 |
240-
| Hikari | 5.0.1 | JDBC 连接池,号称 “史上最快连接池”,SpringBoot 在 2.0 之后,采用的默认数据库连接池就是 Hikari。 |
241-
| <a href="https://dev.mysql.com/downloads/mysql/" target="_blank">MySQL</a> | 8.0.33 | 体积小、速度快、总体拥有成本低,是最流行的关系型数据库管理系统之一。 |
242-
| <a href="https://dev.mysql.com/doc/connector-j/8.0/en/" target="_blank">mysql-connector-j</a> | 8.0.33 | MySQL Java 驱动。 |
243-
| <a href="https://github.com/p6spy/p6spy" target="_blank">P6Spy</a> | 3.9.1 | SQL 性能分析组件。 |
244-
| <a href="https://github.com/liquibase/liquibase" target="_blank">Liquibase</a> | 4.20.0 | 用于管理数据库版本,跟踪、管理和应用数据库变化。 |
245-
| [JetCache](https://github.com/alibaba/jetcache/blob/master/docs/CN/Readme.md) | 2.7.5 | 一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作。 |
246-
| <a href="https://github.com/redisson/redisson/wiki/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D" target="_blank">Redisson</a> | 3.26.0 | 不仅仅是一个 Redis Java 客户端,Redisson 充分的利用了 Redis 键值数据库提供的一系列优势,为使用者提供了一系列具有分布式特性的常用工具:分布式锁、限流器等。 |
247-
| <a href="https://redis.io/" target="_blank">Redis</a> | 7.2.3 | 高性能的 key-value 数据库。 |
248-
| [X File Storage](https://x-file-storage.xuyanwu.cn/#/) | 2.1.0 | 一行代码将文件存储到本地、FTP、SFTP、WebDAV、阿里云 OSS、华为云 OBS...等其它兼容 S3 协议的存储平台。 |
249-
| <a href="https://sms4j.com/" target="_blank">SMS4J</a> | 3.1.1 | 短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程。 |
250-
| <a href="https://justauth.cn/" target="_blank">Just Auth</a> | 1.16.6 | 开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy! |
251-
| <a href="https://easyexcel.opensource.alibaba.com/" target="_blank">Easy Excel</a> | 3.3.3 | 一个基于 Java 的、快速、简洁、解决大文件内存溢出的 Excel 处理工具。 |
252-
| [AJ-Captcha](https://ajcaptcha.beliefteam.cn/captcha-doc/) | 1.3.0 | Java 行为验证码,包含滑动拼图、文字点选两种方式,UI支持弹出和嵌入两种方式。 |
253-
| Easy Captcha | 1.6.2 | Java 图形验证码,支持 gif、中文、算术等类型,可用于 Java Web、JavaSE 等项目。 |
254-
| [Crane4j](https://createsequence.gitee.io/crane4j-doc/#/) | 2.5.0 | 一个基于注解的,用于完成一切 “根据 A 的 key 值拿到 B,再把 B 的属性映射到 A” 这类需求的字段填充框架。 |
255-
| <a href="https://doc.xiaominfo.com/" target="_blank">Knife4j</a> | 4.5.0 | 前身是 swagger-bootstrap-ui,集 Swagger2 和 OpenAPI3 为一体的增强解决方案。 |
256-
| <a href="https://www.hutool.cn/" target="_blank">Hutool</a> | 5.8.25 | 小而全的 Java 工具类库,通过静态方法封装,降低相关 API 的学习成本,提高工作效率,使 Java 拥有函数式语言般的优雅,让 Java 语言也可以“甜甜的”。 |
257-
| <a href="https://projectlombok.org/" target="_blank">Lombok</a> | 1.18.30 | 在 Java 开发过程中用注解的方式,简化了 JavaBean 的编写,避免了冗余和样板式代码,让编写的类更加简洁。 |
232+
| 名称 | 版本 | 简介 |
233+
| :----------------------------------------------------------- |:-------------| :----------------------------------------------------------- |
234+
| [ContiNew Starter](https://github.com/Charles7c/continew-starter) | 1.5.1 | ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken),可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。 |
235+
| <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a> | 3.1.9 | 简化 Spring 应用的初始搭建和开发过程,基于“约定优于配置”的理念,使开发人员不再需要定义样板化的配置。(Spring Boot 3.0 开始,要求 Java 17 作为最低版本) |
236+
| <a href="https://undertow.io/" target="_blank">Undertow</a> | 2.3.10.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 |
237+
| <a href="https://sa-token.dev33.cn/" target="_blank">Sa-Token + JWT</a> | 1.37.0 | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 |
238+
| <a href="https://baomidou.com/" target="_blank">MyBatis Plus</a> | 3.5.5 | MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率。 |
239+
| <a href="https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611" target="_blank">dynamic-datasource-spring-boot-starter</a> | 4.3.0 | 基于 Spring Boot 的快速集成多数据源的启动器。 |
240+
| Hikari | 5.0.1 | JDBC 连接池,号称 “史上最快连接池”,SpringBoot 在 2.0 之后,采用的默认数据库连接池就是 Hikari。 |
241+
| <a href="https://dev.mysql.com/downloads/mysql/" target="_blank">MySQL</a> | 8.0.33 | 体积小、速度快、总体拥有成本低,是最流行的关系型数据库管理系统之一。 |
242+
| <a href="https://dev.mysql.com/doc/connector-j/8.0/en/" target="_blank">mysql-connector-j</a> | 8.0.33 | MySQL Java 驱动。 |
243+
| <a href="https://github.com/p6spy/p6spy" target="_blank">P6Spy</a> | 3.9.1 | SQL 性能分析组件。 |
244+
| <a href="https://github.com/liquibase/liquibase" target="_blank">Liquibase</a> | 4.20.0 | 用于管理数据库版本,跟踪、管理和应用数据库变化。 |
245+
| [JetCache](https://github.com/alibaba/jetcache/blob/master/docs/CN/Readme.md) | 2.7.5 | 一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作。 |
246+
| <a href="https://github.com/redisson/redisson/wiki/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D" target="_blank">Redisson</a> | 3.27.2 | 不仅仅是一个 Redis Java 客户端,Redisson 充分的利用了 Redis 键值数据库提供的一系列优势,为使用者提供了一系列具有分布式特性的常用工具:分布式锁、限流器等。 |
247+
| <a href="https://redis.io/" target="_blank">Redis</a> | 7.2.3 | 高性能的 key-value 数据库。 |
248+
| [X File Storage](https://x-file-storage.xuyanwu.cn/#/) | 2.1.0 | 一行代码将文件存储到本地、FTP、SFTP、WebDAV、阿里云 OSS、华为云 OBS...等其它兼容 S3 协议的存储平台。 |
249+
| <a href="https://sms4j.com/" target="_blank">SMS4J</a> | 3.1.1 | 短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程。 |
250+
| <a href="https://justauth.cn/" target="_blank">Just Auth</a> | 1.16.6 | 开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy! |
251+
| <a href="https://easyexcel.opensource.alibaba.com/" target="_blank">Easy Excel</a> | 3.3.3 | 一个基于 Java 的、快速、简洁、解决大文件内存溢出的 Excel 处理工具。 |
252+
| [AJ-Captcha](https://ajcaptcha.beliefteam.cn/captcha-doc/) | 1.3.0 | Java 行为验证码,包含滑动拼图、文字点选两种方式,UI支持弹出和嵌入两种方式。 |
253+
| Easy Captcha | 1.6.2 | Java 图形验证码,支持 gif、中文、算术等类型,可用于 Java Web、JavaSE 等项目。 |
254+
| [Crane4j](https://createsequence.gitee.io/crane4j-doc/#/) | 2.6.1 | 一个基于注解的,用于完成一切 “根据 A 的 key 值拿到 B,再把 B 的属性映射到 A” 这类需求的字段填充框架。 |
255+
| <a href="https://doc.xiaominfo.com/" target="_blank">Knife4j</a> | 4.5.0 | 前身是 swagger-bootstrap-ui,集 Swagger2 和 OpenAPI3 为一体的增强解决方案。 |
256+
| <a href="https://www.hutool.cn/" target="_blank">Hutool</a> | 5.8.26 | 小而全的 Java 工具类库,通过静态方法封装,降低相关 API 的学习成本,提高工作效率,使 Java 拥有函数式语言般的优雅,让 Java 语言也可以“甜甜的”。 |
257+
| <a href="https://projectlombok.org/" target="_blank">Lombok</a> | 1.18.30 | 在 Java 开发过程中用注解的方式,简化了 JavaBean 的编写,避免了冗余和样板式代码,让编写的类更加简洁。 |
258258

259259
## 项目结构
260260

continew-admin-webapi/src/main/resources/banner.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
\____|\___/ |_| |_| \__||_||_| \_| \___| \_/\_/ /_/ \_\\__,_||_| |_| |_||_||_| |_|
66

77
:: ${project.name} :: v${project.version}
8-
:: ContiNew Starter :: v1.5.1-SNAPSHOT
8+
:: ContiNew Starter :: v1.5.1
99
:: Spring Boot :: v${spring-boot.version}

continew-admin-webapi/src/main/resources/config/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project:
55
# 应用名称
66
app-name: continew-admin
77
# 版本
8-
version: 2.5.0-SNAPSHOT
8+
version: 2.5.0
99
# 描述
1010
description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。
1111
# 基本包

0 commit comments

Comments
 (0)