提交 4a49ef64 作者: 方治民

chore: 移除 application.yml 中的中文注释、更新 README

上级 b68ca59c
...@@ -39,11 +39,12 @@ npm cache clean --force ...@@ -39,11 +39,12 @@ npm cache clean --force
- [x] 完成项目构建,开发文档编写 - [x] 完成项目构建,开发文档编写
- [x] [conventional-changelog](https://www.cnblogs.com/mengfangui/p/12634845.html) - [x] [conventional-changelog](https://www.cnblogs.com/mengfangui/p/12634845.html)
- [x] 用户及权限模块(目录/菜单/按钮),预览初始化权限配置 [SQL 脚本](./basic-auth/src/main/resources/init-test-mysql.sql) - [x] 用户及权限模块(目录/菜单/按钮)
- [x] WebSocket 模块 - [x] WebSocket 模块
- [x] 通用字典管理模块 - [x] 通用字典管理模块
- [x] 通用文件上传模块,支持对图片/PDF/MP3/MP4 等文件进行预处理 - [x] 通用文件上传模块,支持对图片/PDF/MP3/MP4 等文件进行预处理
- [x] XXL-JOB 定时任务模块 - [x] XXL-JOB 定时任务模块
- [x] 大文件分片上传 - [x] 大文件分片上传
- [x] 更合理的模块拆分,更好的模块解耦 - [x] 更合理的模块拆分,更好的模块解耦
- [x] jasypt 配置加密(生产环境应使用环境变量注入)[引用说明](https://www.cnblogs.com/larrydpk/p/12037857.html)
- [ ] 文件上传扩展支持本地、MinIO、阿里云 OSS、腾讯云 COS 等 [x-file-storage](https://github.com/dromara/x-file-storage) - [ ] 文件上传扩展支持本地、MinIO、阿里云 OSS、腾讯云 COS 等 [x-file-storage](https://github.com/dromara/x-file-storage)
...@@ -19,7 +19,6 @@ spring: ...@@ -19,7 +19,6 @@ spring:
include: auth, conf-patch #, conf-xxl-job, monitor include: auth, conf-patch #, conf-xxl-job, monitor
active: dev-postgresql active: dev-postgresql
# 加密配置(生产环境应使用环境变量注入)
# https://www.cnblogs.com/larrydpk/p/12037857.html # https://www.cnblogs.com/larrydpk/p/12037857.html
jasypt: jasypt:
encryptor: encryptor:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论