어느날 개발중에 다소 생소한 에러를 하나 마주쳤습니다. 위와 같은 에러였는데요 org.apache.ibatis.reflection.ReflectionException: Illegal overloaded getter method with ambiguous type for property 'password' in class '클래스명'. This breaks the JavaBeans specification and can cause unpredictable results. 대충 이런 내용의 에러였는데요 검색을 해보니 비슷한 오류를 겪으신 분들이 생각보다 많았습니다. 대략적으로 설명을 하자면 lombok 을 사용해서 모델객체를 만들 때 저의 경우 패스워드를 사용할지 여부를 저장하는 boolean 타입의 isP..