소스 검색

Update RedisCacheAspect.java

macro 2 년 전
부모
커밋
3e4818d842
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-security/src/main/java/com/macro/mall/security/aspect/RedisCacheAspect.java

+ 1 - 1
mall-security/src/main/java/com/macro/mall/security/aspect/RedisCacheAspect.java

@@ -22,7 +22,7 @@ import java.lang.reflect.Method;
 @Component
 @Order(2)
 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.*(..))")
     public void cacheAspect() {