Files
mall-ebtp-cloud/README.md

15 lines
806 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.

### 商城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`