新增jasypt.jar 对配置文件中的账号密码进行加密

This commit is contained in:
fuqingji
2022-09-23 15:11:08 +08:00
parent 550bd66d20
commit c4e5b7a830
4 changed files with 74 additions and 0 deletions

View File

@ -17,6 +17,7 @@
###### v2.2.0
- update-20220727-fuqj修改获取人员信息逻辑把从山分查询出来的人员通过extend服务扩展覆盖后的信息缓存到本地redis中。![img.png](resource/user_auth_process.png)
- update-20220907-fuqj修改通过userinfo服务查询同时添加mongodb使用的businessModule
- add-20220923-fuqj: 新增jasypt.jar 对配置文件中的账号密码进行加密 `JasyptStarterConfiguration`