Files
continew-starter/CHANGELOG.md
2023-12-02 15:04:53 +08:00

17 lines
962 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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 扩展模块