티스토리 뷰

반응형

Spring boot 에러 Consider defining a bean named 'entityManagerFactory' in your configuration. 해결방법

디펜던시를 빼놓아서 생긴 문제

// pom.xml

<dependencies>
	... 
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-data-jpa</artifactId>
    </dependency>
</dependencies>

추가 하기 

 

 

끗2#$!@#$!@#$

 

반응형