반응형 entityManagerFactory2 Error creating bean with name 'entityManagerFactory' defined in class path resource : Invocation of init method failed 스프링부트 rest api 서비스를 구현하다가 구동을 해보니Error creating bean with name 'entityManagerFactory' defined in class path resource : Invocation of init method failed 메시지가 발생하였다. 'entityManagerFactory' defined 문제는 대부분 application.properties (application.yml) 내의 DB 정보 설정이 잘못 되었기 때문에 entity 생성과정에서 나타나는 오류이다. 필자의 경우 database source url 의 끝부분에 ? encoding 설정 부분이 잘못되어 이를 제거한 후 서버를 돌리니 정상적으로 구동하였다. IT 문제해결 2019. 1. 8. [스프링 부트]'entityManagerFactory' defined in class path resource 오류 해결 스프링 부트에서 실행 시 오류 해결Error creating bean with name 'entityManagerFactory' defined in class path resource. Entity Id 참조가 잘못되어 발생하는 오류이다. org.springframework.data.annotation.Id대신에 javax.persistence.Id 를 참조하도록 한다. 카테고리 없음 2018. 12. 28. 이전 1 다음 반응형