mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-07 20:50:48 +08:00
更新文档日志
This commit is contained in:
15
README.md
15
README.md
@@ -4,18 +4,27 @@
|
||||
|
||||
技术栈 | 名称
|
||||
-------- | -----
|
||||
Spring boot | 2.4.6
|
||||
Spring boot | 3.3.3
|
||||
JWT | 身份验证和授权
|
||||
RSA | 数据加密
|
||||
MybatisPlus | 持久层框架
|
||||
MYSQL | 数据库
|
||||
Hikari | 数据库连接池
|
||||
Reids | 数据缓存
|
||||
knife4j | 接口文档
|
||||
springdoc-openapi | 接口文档
|
||||
thymeleaf | 模版引擎
|
||||
docker | 容器(Dockerfile)
|
||||
|
||||
|
||||
- #### 版本更新 2024-10-12
|
||||
1. springboot版本升级3.x
|
||||
2. mybatis plus版本升级3.x
|
||||
3. dynamic mybatis plus版本升级3.x
|
||||
4. redis版本升级3.x以及配置优化
|
||||
5. 替换swagger依赖支持spring boot3.x (knife4j->springdoc-openapi)
|
||||
6. 新增请求头工具类
|
||||
7. 参数校验异常捕获优化
|
||||
8. 登录拦截器注册为spring容器管理
|
||||
9. 新增本地日志配置文件
|
||||
|
||||
---
|
||||
编码不易,欢迎点击右上角star支持
|
||||
|
||||
Reference in New Issue
Block a user