chaechae128 / Bakery

0 stars 0 forks source link

상품 목록 페이지 #8

Open chaechae128 opened 6 months ago

chaechae128 commented 6 months ago
chaechae128 commented 6 months ago

@EnableJpaRepositories declared on JpaRepositoriesRegistrar 에러 발생

chaechae128 commented 6 months ago

ProductEntity를 만들 때 모든 컬럼의 데이터 타입을 int로 한 뒤에 수정을 깜빡해버려서 적용이 되지 않았던 것이다ㅜㅜ

chaechae128 commented 6 months ago

한 줄에 상품 5개 OOOOO OOOOO OOOOO 이렇게 하려고 varStatus를 이용해봤지만 적용이 되지 않는다

chaechae128 commented 6 months ago

이 두 var를 c:if와 활용해 5개마다 줄바꿈이 되로록 했다

chaechae128 commented 6 months ago

상품 검색 기능을 만들 때 List에도 잘 담기는데 이상하게 jsp에서 뽑아내려고 하면 보이지 않아 계속 오류가 났는데

검색 ajax success 시 location.href="/product/product-search-list?search=search"; 라고 해서 이상한 주소로 잡혀있었던 것이 문제였다

location.href="/product/product-search-list?search="+search; 이렇게 수정하니 검색이 잘 작동한다