File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
<dependency>
12
12
<groupId>com.github.liuchengts</groupId>
13
13
<artifactId>spring-boot-auth-starter</artifactId>
14
- <version>1.0.7</version>
14
+ <version>1.0.7.1 </version>
15
15
</dependency>
16
16
```
17
17
* 声明一个接口来抽象具体的权限,可以继承 ` com.boot.auth.starter.common.DefaultRolesConstant `
@@ -169,4 +169,5 @@ public class LogServiceImpl extends DefaultLogServiceImpl {
169
169
* 1.0.2 修改输出` json ` 的编码为` utf-8 `
170
170
* 1.0.3 ~ 1.0.5 若干` bug ` 修复
171
171
* 1.0.6 去掉` redis ` 支持,改由` CacheService ` 类提供自定义缓存
172
- * 1.0.7 增加` guava ` 缓存实现;增加排他性的授权认证;支持自定义缓存存储方案;
172
+ * 1.0.7 增加` guava ` 缓存实现;增加排他性的授权认证;支持自定义缓存存储方案
173
+ * 1.0.7.1 去掉敏感日志
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >com.github.liuchengts</groupId >
12
12
<artifactId >spring-boot-auth-starter</artifactId >
13
- <version >1.0.7</version >
13
+ <version >1.0.7.1 </version >
14
14
<packaging >jar</packaging >
15
15
<name >spring-boot-auth-starter</name >
16
16
<description >基于springboot的权限验证</description >
You can’t perform that action at this time.
0 commit comments