Files
spring-boot-base-demo/README.md
2024-10-12 17:43:43 +08:00

33 lines
783 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.
# 拿来即用springboot基础项目
---
技术栈 | 名称
-------- | -----
Spring boot | 3.3.3
JWT | 身份验证和授权
RSA | 数据加密
MybatisPlus | 持久层框架
MYSQL | 数据库
Hikari | 数据库连接池
Reids | 数据缓存
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支持