Spring Boot 자체 유효성 검사 제약 조건 오류 메시지를 반환하는 방법 내 요청에 문제가 있고 사용하려고 할 때 나만의 오류 대응 본문이 필요합니다.@NotEmpty오류 메시지를 반환하는 제약 메시지 속성, 필요한 본문을 사용하여 오류 메시지를 반환하는 클래스입니다. package c.m.nanicolina.exceptions; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.MissingServletRequestParameterException; import org.springframework.web.bind.anno..