인프런 커뮤니티 질문&답변
th:field에서 에러발생
작성
·
3.7K
1
타이핑을 잘못했나 싶어 작성되있는 html을 가져와서도 확인하였으나 동일한 현상이 발생합니다.
th:field=*{nickname}"부분에서
Error during execution of processor 'org.thymeleaf.spring5.processor.SpringInputGeneralFieldTagProcessor'
Bean property 'nickname' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
SignUpForm에 getter setter를 추가하면 해당문제가 발생하지 않습니다.
퀴즈
회원 가입 시 이메일 인증 절차를 사용하는 가장 중요한 이유가 무엇일까요?
계정 도메인 모델의 복잡성 증가를 위해서
실제 사용자인지 확인하고 스팸 가입을 방지하기 위해
패스워드 인코딩 과정을 간소화하기 위해
프론트엔드 라이브러리 설정을 쉽게 하기 위해





