Files
mall-ebtp-cloud/README.md

24 lines
1.2 KiB
Markdown
Raw Permalink 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.

### 商城3.0脚手架
#### 更新日志:
###### v2.1.0
- add所有请求增加token认证拦截同时增加白名单功能 `cloud.security.starter.filter.TokenAuthenticationFilter`
###### v2.1.1
- add日志添加事务排除、try/catch拦截异常 `common.log.service.impl.OperationLogServiceImpl`
- add: kafka日志发送service添加@Async注解 `common.log.producer.OperationLogKafkaProducer`
- add: 文件sdk新增修改文件名称接口 `cloud.attachment.sdk.api.AttachmentClient`
- add: 新增角色-审查人员 `common.constant.EbtpRoleEnum`
- update-20220630-fuqj修改SpringSecurity过滤器中获取人员信息接口调用extend服务,extend服务实现在山分接口基础上扩展本地角色信息。 `cloud.security.starter.filter.TokenAuthenticationFilter`
###### 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`