일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안산 맛집
- ui tool
- 종로 커리
- 피그마 사용법
- jpa 에러
- 분당 제과점
- 춘천 당일치기
- figma 사용법
- 춘천 가볼만한 곳
- 톰캣
- 경복궁 카레
- Tomcat
- 종로 카레
- 판교 맛집
- es 계정
- jpa not mapped
- jpa
- 분당 감성 카페
- 경복궁 커리
- 광교 맛집
- 성남 맛집
- 춘천 맛집
- 수원 맛집
- 춘천 관광지
- es 암호
- jpa 오류
- 춘천 카페
- h2 에러
- 춘천 가볼만한곳
- 분당 도너츠
- Today
- Total
목록jpa (3)
티뮤
에러내용 java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: abandonment is not mapped [SELECT a FROM abandonment a] at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:138) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionCo..
JPA 개발 중 아래와 같은 오류 발생 시 Exception in thread "main" java.lang.IllegalArgumentException: Unknown entity: com.team.vo.Abandonment at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:759) at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:742) at com.team.petBatch.PetBatchApplication.main(PetBatchApplication.java:29) application.properties 파일에 class 태그를 추가해주면 된다. 빌드 환경에 따라..

Spring Initializr 페이지를 통해 프로젝트를 생성 후 Intellij로 최초 실행 시 아래와 같은 에러가 발생하는 경우가 있다. Execution failed for task ':PetBatchApplication.main()'. > Process 'command 'C:/Program Files/Java/jdk-11.0.13/bin/java.exe'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insig..