Skip to content

Commit

Permalink
merge: ControllerLoggingAspect 리팩토링
Browse files Browse the repository at this point in the history
[REFACTOR] ControllerLoggingAspect 리팩토링
  • Loading branch information
leegwichan authored Nov 12, 2024
2 parents fd225ba + 2307147 commit b6d8a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
abstract class ControllerLoggingAspect {
private static final String TRACE_ID_KEY = "traceId";

@Pointcut("execution(* ddangkong.controller..*Controller.*(..))")
@Pointcut("@within(org.springframework.web.bind.annotation.RestController)")
public void allController() {
}

Expand Down

0 comments on commit b6d8a9b

Please sign in to comment.