Commit Graph

23 Commits

Author SHA1 Message Date
3ece42b94e style: 调整枚举配置值为大写 2023-12-12 20:39:33 +08:00
108f1c4ae7 refactor: 优化 API 文档配置 2023-12-12 20:36:46 +08:00
f3fd539491 chore: 更新版本号 2023-12-03 13:35:08 +08:00
d6de317435 release: v2.1.0 2023-12-03 11:40:17 +08:00
b86fe329d0 refactor: 💥 项目包结构 top.charles7c.cnadmin => top.charles7c.continew.admin 2023-11-30 21:27:06 +08:00
feef427d41 refactor: 优化部分配置及工具类使用,适配最新 ContiNew Starter
IpUtils 已经提取到 ContiNew Starter
2023-11-26 14:36:52 +08:00
af9ed39dd8 refactor: 优化部分配置,移除过期类 2023-11-26 11:45:09 +08:00
1dd1be9f23 fix: 修复过期配置使用 2023-11-25 21:29:19 +08:00
3236f3c094 chore: 优化部分配置,使用 ContiNew Starter 默认配置 2023-11-25 20:47:41 +08:00
86ca8f094f refactor: 适配 ContiNew Starter 认证模块-SaToken 2023-11-25 17:01:47 +08:00
7306cd9d2f refactor: 适配 ContiNew Starter MyBatis Plus 自动配置 2023-11-24 22:10:28 +08:00
a86f3a5047 refactor: 适配 Jackson、API 文档(Knife4j:Spring Doc)自动配置 2023-11-21 22:07:53 +08:00
ec1daaf045 refactor: 适配线程池自动配置 2023-11-20 22:16:36 +08:00
78738b9dfa chore: 更新版本号 2023-11-16 19:44:10 +08:00
a95639d5a8 release: v2.0.0 2023-11-15 21:24:58 +08:00
7b741d5f8c fix: 修复 Spring Cache 配置错误
1.Swagger 分组接口缺失
2.Spring Cache 配置错误
2023-11-05 21:07:44 +08:00
dd4ca1e2a5 chore: 更新版本号 2023-11-04 22:55:03 +08:00
74acd27f40 release: v1.3.0 2023-11-04 21:53:26 +08:00
87f90567db refactor: 💥 调整后端请求、响应参数模型命名风格
XxxRequest => XxxReq
XxxVO => XxxResp
2023-11-04 17:19:00 +08:00
05cb609780 feat: 支持第三方账号登录
Just Auth(开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy!)
2023-10-14 23:58:13 +08:00
7429626aae chore: 更新版本号 2023-09-25 20:50:51 +08:00
0263fc1779 release: v1.2.0 2023-09-24 20:34:38 +08:00
e679abfccc ci: 👷 调整项目打包结构,分离依赖、配置文件
1.调整 Spring Boot 配置文件到 config 目录
2.移除 Maven Profiles 配置
3.调整项目打包结构,分离依赖、配置文件。如无依赖调整,部署时仅需拷贝程序包,且更方便进行配置修改
4.调整后的项目打包结构,更贴合部署安装程序结构,例如:Tomcat 安装包、Maven 安装包
5.建议在 bin 目录上一级执行程序,以使日志文件能正确生成在 logs 目录下,参考 Dockerfile
2023-09-07 00:41:18 +08:00