본문 바로가기

IT

springboot EntityManagerFactory error

반응형

A component required a bean of type 'javax.persistence.EntityManagerFactory' that could not be found.

<dependency>

<groupId>org.hibernate</groupId>

<artifactId>hibernate-core</artifactId>

<version>5.6.15.Final</version>

</dependency>

<dependency>

<groupId>org.hibernate</groupId>

<artifactId>hibernate-entitymanager</artifactId>

<version>5.6.15.Final</version>

</dependency>

추가하자

'IT' 카테고리의 다른 글

centos 쿠버네티스 설치 정보 모음  (0) 2023.05.11
WSL  (0) 2023.05.10
ChatGPT 활용법 모음  (0) 2023.04.13
amazon linux2 certbot 설치 및 설정  (0) 2022.09.19
nginx could not open error log file 13:Permission denied  (0) 2022.04.24