본문 바로가기

Dev/Spring3

JPA- Error 오류 정리. SpringEL expression 오류 내용 ------- Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Sep 25 11:49:17 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). An error happened during template parsing (template: "class path resource [templates/order/orderList.html]") org.thymeleaf.exceptions.TemplateInputException: An error hap.. 2023. 9. 25.
JPA : Error creating bean with name 'entityManagerFactory' defined in class path resource 오류 발생 잘따라했는데... 2023-09-15T09:09:30.156+09:00 ERROR 36325 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hiberna.. 2023. 9. 15.
datepicker 를 vo에서 date형으로 받으려면? 나도 궁금해!! 화면에서는 datepicker 이용해 구현을 했어. 그래서 값이 2019/09/23 이렇게 입력되어 있고, 폼을 서브밋 하면, 해당 데이터가 컨트롤러의 @RequestBody 인 VO로 매핑되어 들어오는데 , 해당 매핑 멤버변수는 java의 Date 형이야. 그래서 아래와 같은 오류가 발생해. I/O error while reading input message; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2019/08/01": not a valid representation (er.. 2019. 8. 23.