Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Dec 2, 2023
1 parent 269425b commit 91a93f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## v1.0.0 (2023-12-02)

### ✨ 新特性

* 新增 continew-starter-core 核心模块(跨域、线程池等自动配置)
* 新增 continew-starter-file-excel 文件处理模块(Excel 相关配置)
* 新增 continew-starter-json-jackson JSON 模块(Jackson 自动配置)
* 新增 continew-starter-api-doc API 文档模块(Knife4j 自动配置)
* 新增 continew-starter-captcha-graphic 验证码模块(图形验证码)
* 新增 continew-starter-cache-redisson 缓存模块(Redisson 自动配置)
* 新增 continew-starter-data-mybatis-plus 数据访问模块(MyBatis Plus 自动配置)
* 新增 continew-starter-auth-satoken 认证模块(SaToken 自动配置)
* 新增 continew-starter-auth-justauth 认证模块(JustAuth 自动配置)
* 新增 continew-starter-messaging-mail 消息模块(邮件)
* 新增 continew-starter-messaging-sms 消息模块(短信)
* 新增 continew-starter-extension-crud CRUD 扩展模块
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://img.shields.io/badge/License-LGPL--3.0-blue.svg" alt="License" />
</a>
<a href="https://github.com/Charles7c/continew-starter" target="_blank">
<img src="https://img.shields.io/badge/SNAPSHOT-v1.0.0-%23ff3f59.svg" alt="Release" />
<img src="https://img.shields.io/badge/RELEASE-v1.0.0-%23ff3f59.svg" alt="Release" />
</a>
<a href="https://github.com/Charles7c/continew-starter" target="_blank">
<img src="https://img.shields.io/github/stars/Charles7c/continew-starter?style=social" alt="GitHub stars" />
Expand Down
2 changes: 1 addition & 1 deletion continew-starter-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</scm>

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<revision>1.0.0</revision>
<just-auth.version>1.16.5</just-auth.version>
<sa-token.version>1.37.0</sa-token.version>
<mybatis-plus.version>3.5.4.1</mybatis-plus.version>
Expand Down

0 comments on commit 91a93f6

Please sign in to comment.