运行时报错,说没有jpa模板,求大神解答,搞了好几天了
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
Caused by: java.lang.IllegalArgumentException: At least one JPA metamodel must be present!