Skip to content

Commit

Permalink
Merge pull request #270 from Denia-park/fix/ControllerAdvice-동작-이슈
Browse files Browse the repository at this point in the history
ControllerAdvice-동작-이슈
  • Loading branch information
Denia-park authored Mar 17, 2024
2 parents f5a7116 + 69cd74b commit dbe34f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
@RestControllerAdvice
@Slf4j
public class ApiControllerAdvice {
public ApiControllerAdvice() {
log.info("ApiControllerAdvice Bean Created");
}

/**
* BindException 예외 처리
*
Expand Down

0 comments on commit dbe34f9

Please sign in to comment.