250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Spring Boot
- SpringBoot
- Exception
- Open Source
- MySQL
- spring
- Docker
- JavaScript
- Core Java
- AJAX
- PostgreSQL
- STS
- 오픈소스
- error
- 문서
- JDBC
- Thymeleaf
- 설정
- git
- myBatis
- oracle
- Source
- Python
- jpa
- ubuntu
- MSSQL
- Tomcat
- IntelliJ
- maven
- Eclipse
Archives
- Today
- Total
목록no identifier specified for entity (1)
헤르메스 LIFE
[Exception] No identifier specified for entity
No identifier specified for entity: ezpus.sample.domain.Member아래와 같은 오류가 발생하였습니다.Caused by: org.hibernate.AnnotationException: No identifier specified for entity: ezpus.sample.domain.Memberimport javax.persistence.Entity;import javax.persistence.GeneratedValue;import javax.persistence.GenerationType;import javax.persistence.Id;import javax.persistence.Table;import lombok.Getter;import lombok.NoA..
Exception
2024. 7. 31. 11:12