Written by
spring-style
on
on
[Spring boot] @NoArgsConstructor duplicate method 에러
[Spring boot] @NoArgsConstructor duplicate method 에러
@NoArgsConstructor 쓰고 에러나는 이유는 프로퍼티를 설정하지 않아서다.
프로퍼티 먼저 입력후에 @NoArgsConstructor를 import 하면 에러나지 않는다.
from http://kmhan.tistory.com/657 by ccl(A) rewrite - 2021-11-25 14:01:27