Failed to convert property value of type java.lang.String to required type java.lang.Integer
Failed to convert property value of type java.lang.String to required type java.lang.Integer
@Valid 유효성 검사시 … 더보기
@Valid 유효성 검사시 … 더보기
프로젝트를 진행하다 보니 Entity-Repository-Service-Controller 생성이 상당히 유사한 패턴으로 이루어지는 것을 … 더보기
Enum 값을 이용해서 비교합니다.
<c:if test="${loginInfo.userDivision eq 'COMPANY_ADMIN'}">
......
</c:if>
… 더보기 function enableEnter(frm) {
frm.addEventListener("keydown", evt => {
if (evt.code &&
… 더보기 ObjectUtils.isEmpty()
의 사용법을 정리해 봅니다.
public static boolean isEmpty(@Nullable Object obj)
… 더보기 BindException 과 HttpMessageNotReadableException, MethodArgumentNotValidException 이 언제 발생하는지 정리합니다.
@Valid 사용방법 및 MethodArgumentNotValidException 처리 방법을 정리해봅니다.
dependencies {
… 더보기