인프런 커뮤니티 질문&답변

Lego님의 프로필 이미지

작성한 질문수

실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발

상품 목록

상품 등록 시 오류

23.01.22 16:34 작성

·

540

0

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Sun Jan 22 16:28:49 KST 2023

There was an unexpected error (type=Internal Server Error, status=500).

org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]; nested exception is java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]

org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]; nested exception is java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]

 

상품 등록화면에서 submit 버튼 누르면 이런 오류가 뜹니다.

답변 1

1

David님의 프로필 이미지

2023. 01. 22. 16:35

안녕하세요. Lego님, 공식 서포터즈 David입니다.

select i form Item i => form을 from으로 수정해 주세요.

감사합니다.

Lego님의 프로필 이미지

작성한 질문수

질문하기