@EqualsAndHashCode(of="...")
와 같이 하나의 값을 세팅할 때는 저렇게 하고..
여러개라면...
(of={"...","...","...",...})
와 같이 설정.
(exclude="...")
제외.
'Server Oriented > Spring' 카테고리의 다른 글
스프링 Controller Step 1, request 할당 (Annotation Mapping) (0) | 2022.09.28 |
---|---|
스프링 Lombok Annotations, @Getter @Setter @ToString (0) | 2022.09.27 |
스프링 예외처리 (0) | 2022.09.08 |
No tag [error] defined in tag library imported with prefix [form] (0) | 2022.09.05 |
스프링 taglib (0) | 2022.09.05 |