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 | 29 | 30 | 31 |
Tags
- spring
- AJAX
- Thymeleaf
- JDBC
- SpringBoot
- Docker
- jpa
- 문서
- Python
- ubuntu
- Eclipse
- Open Source
- MySQL
- maven
- 설정
- 오픈소스
- error
- PostgreSQL
- IntelliJ
- myBatis
- oracle
- MSSQL
- Spring Boot
- Core Java
- Exception
- Source
- git
- JavaScript
- Tomcat
- STS
Archives
- Today
- Total
목록org.springframework.data.annotation.id (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