mirror of https://gitee.com/stylefeng/roses
【8.1.9】【security】更新声明bean
parent
d7a024a2d8
commit
c266ced5f0
|
@ -43,8 +43,8 @@ public class BlackListService implements BlackListApi {
|
|||
|
||||
private final CacheOperatorApi<String> cacheOperatorApi;
|
||||
|
||||
public BlackListService(CacheOperatorApi<String> cacheOperatorApi) {
|
||||
this.cacheOperatorApi = cacheOperatorApi;
|
||||
public BlackListService(CacheOperatorApi<String> blackListCache) {
|
||||
this.cacheOperatorApi = blackListCache;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -43,8 +43,8 @@ public class WhiteListService implements WhiteListApi {
|
|||
|
||||
private final CacheOperatorApi<String> cacheOperatorApi;
|
||||
|
||||
public WhiteListService(CacheOperatorApi<String> cacheOperatorApi) {
|
||||
this.cacheOperatorApi = cacheOperatorApi;
|
||||
public WhiteListService(CacheOperatorApi<String> whiteListCache) {
|
||||
this.cacheOperatorApi = whiteListCache;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue