카테고리 없음

Error creating bean with name 'entityManagerFactory' defined in class path resource

studying develop 2021. 10. 24. 03:48

https://it-banlim.tistory.com/7

 

[Spring Boot] Hibernate 사용 시 Error creating bean with name 'entityManagerFactory' 해결

[삽질의 기록] 프로젝트 실행 시 자동으로 해당 class의 이름을 가진 DataBase table을 생성해주기 위해 Spring boot + JPA(Hibernate) 를 사용하였다. 하지만 이상하게도 Error creating bean with name 'entityM..

it-banlim.tistory.com

 

Driver org.mariadb.jdbc.Driver claims to not accept jdbcUrl

 

https://gdpark.tistory.com/161

 

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 메시지가 발생하였다. 'ent..

gdpark.tistory.com

웃기게도 주소 뒤에도 공백이 있었다...

 

공백을 지우니까 에러 메시지가 변함...

 

Driver org.mariadb.jdbc.Driver claims to not accept jdbcUrl

 


디비 주소 경로를 이제 제대로 입력하니까 위에 메시지는 없는데

 

Error creating bean with name 'entityManagerFactory' defined in class path resource

 

이 에러가 다시 뜬다...