작성
·
211
0
안녕하세요. 실습진행중에 데이터 입력문제 때문에 질문올립니다. 상품등록 폼에 데이터를 입력하고 목록을 조회했는데 입력된 데이터가 남아있지 않네요. 데이터베이스에 입력값이 저장 안된것 같은데 어떻게 해결해야할까요?
로그는 다음과 같이 나옵니다.
------
2021-07-23 15:39:52.157 DEBUG 1429 --- [nio-8080-exec-4] org.hibernate.SQL :
call next value for hibernate_sequence
2021-07-23 15:39:52.179 INFO 1429 --- [nio-8080-exec-1] j.jpashop.controller.HomeController : home controller
2021-07-23 15:39:54.953 DEBUG 1429 --- [nio-8080-exec-2] org.hibernate.SQL :
select
item0_.item_id as item_id2_3_,
item0_.name as name3_3_,
item0_.price as price4_3_,
item0_.stock_quantity as stock_qu5_3_,
item0_.artist as artist6_3_,
item0_.etc as etc7_3_,
item0_.author as author8_3_,
item0_.isbn as isbn9_3_,
item0_.actor as actor10_3_,
item0_.director as directo11_3_,
item0_.dtype as dtype1_3_
from
item item0_