Commit 3e4818d8 authored by macro's avatar macro
Browse files

Update RedisCacheAspect.java

parent bbb70c4b
...@@ -22,7 +22,7 @@ import java.lang.reflect.Method; ...@@ -22,7 +22,7 @@ import java.lang.reflect.Method;
@Component @Component
@Order(2) @Order(2)
public class RedisCacheAspect { public class RedisCacheAspect {
private static Logger LOGGER = LoggerFactory.getLogger(RedisCacheAspect.class); private static final Logger LOGGER = LoggerFactory.getLogger(RedisCacheAspect.class);
@Pointcut("execution(public * com.macro.mall.portal.service.*CacheService.*(..)) || execution(public * com.macro.mall.service.*CacheService.*(..))") @Pointcut("execution(public * com.macro.mall.portal.service.*CacheService.*(..)) || execution(public * com.macro.mall.service.*CacheService.*(..))")
public void cacheAspect() { public void cacheAspect() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment