1) Spring Boot Validation - Annotation 메세지 & Exception 에러 발생시 동작 설명
@Vaild, @NotBlank annotation을 이용한 Server Validation 사용 예제 응답 에러 메세지 @NotNull 예제:) { "timestamp":"2019-06-25T05:34:07.173+0000", "status":400, "error":"Bad Request", "errors":[ { "codes":[ "NotNull.agDto.pe", "NotNull.agype", "NotNull" ], "arguments":[ { "codes":[ " ..." ], "arguments":null, "defaultMessage":"...", "code":"..." } ], "defaultMessage":"반드시 값이 있어야 합니다.", "objectName":"...", "field":..
2019. 6. 14.