TIL-211208

박건희·2021년 12월 8일
0

Spring 예외 관련 - @RestControllerAdvice

예외 발생(MethodArgumentException) 했는데 response가 만든 class가 아닌 default message로 옮
-> 예외 처리하는 클래스가 @ControllerAdvice로 되어있음 : 프로젝트의 controller는 @RestController임
-> @RestControllerAdvice 로 해야됨

s3 access controller list 에러

  • acl 해제해서 아래와 같아야함

+관련 : S3 access point란? (알아보기)
Amazon S3 액세스 포인트

EC2 spring boot project build가 잘 안될때

현상 : 80%에서 거의 멈춤
hot fix : test 패키지를 제외하고 빌드 (./gradlew clean build -x test)

0개의 댓글