diff --git a/README.md b/README.md new file mode 100644 index 0000000..79b5997 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +### 商城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`