mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 08:57:17 +08:00
release: v1.0.0
This commit is contained in:
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
@@ -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 扩展模块
|
@@ -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" />
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user