Skip to content

Commit 1dbbae4

Browse files
committed
去掉敏感log
1 parent c0d851c commit 1dbbae4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>com.github.liuchengts</groupId>
1313
<artifactId>spring-boot-auth-starter</artifactId>
14-
<version>1.0.7</version>
14+
<version>1.0.7.1</version>
1515
</dependency>
1616
```
1717
* 声明一个接口来抽象具体的权限,可以继承 `com.boot.auth.starter.common.DefaultRolesConstant`
@@ -169,4 +169,5 @@ public class LogServiceImpl extends DefaultLogServiceImpl {
169169
* 1.0.2 修改输出`json`的编码为`utf-8`
170170
* 1.0.3 ~ 1.0.5 若干`bug`修复
171171
* 1.0.6 去掉`redis`支持,改由`CacheService`类提供自定义缓存
172-
* 1.0.7 增加`guava`缓存实现;增加排他性的授权认证;支持自定义缓存存储方案;
172+
* 1.0.7 增加`guava`缓存实现;增加排他性的授权认证;支持自定义缓存存储方案
173+
* 1.0.7.1 去掉敏感日志

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.github.liuchengts</groupId>
1212
<artifactId>spring-boot-auth-starter</artifactId>
13-
<version>1.0.7</version>
13+
<version>1.0.7.1</version>
1414
<packaging>jar</packaging>
1515
<name>spring-boot-auth-starter</name>
1616
<description>基于springboot的权限验证</description>

0 commit comments

Comments
 (0)