Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Eclipse
- Windows 10
- resource
- Mac
- 네트워크
- profile
- 단축키
- VirtualBox
- bash
- port
- Windows
- IntelliJ
- find
- context
- JavaScript
- tomcat
- Source
- lsof
- 줄바꿈 문자
- Quartz
- grep
- import
- GIT
- ssh
- xargs
- vscode
- plugin
- web.xml
- netsh
- maVen
Archives
- Today
- Total
목록2024/03/05 (2)
develog
HHH000038: Composite-id class does not override equals(), HHH000039: Composite-id class does not override hashCode()
오류 HHH000038: Composite-id class does not override equals() HHH000039: Composite-id class does not override hashCode() 해결 - @EqualsAndHashCode 애노테이션을 넣어준다 @EqualsAndHashCode public class RoleMenuId implements Serializable { private Long roleId; private Long menuId; }
카테고리 없음
2024. 3. 5. 17:26