Skip to content

Commit

Permalink
Merge pull request alibaba#272 from liugddx/master
Browse files Browse the repository at this point in the history
fix: add order for CatchLogAspect
  • Loading branch information
significantfrank authored Apr 27, 2022
2 parents 47f903a + a70868f commit a1fcba1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.aspectj.lang.reflect.MethodSignature;
import org.springframework.core.annotation.Order;

/**
* @ Description : Catching and Logging
Expand All @@ -20,6 +21,7 @@
*/
@Aspect
@Slf4j
@Order(1)
public class CatchLogAspect {

/**
Expand Down

0 comments on commit a1fcba1

Please sign in to comment.