Springboot使用Jpa报错找不到bean的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot使用Jpa报错找不到bean的问题相关的知识,希望对你有一定的参考价值。
参考技术A 最近搭了个Springboot,连自己的mysql好不容易连上了,发现一直报这个错误:原因很简单:
在Application类加上Jpa扫描目录EnableJpaRepositories和映射的类目录EntityScan即可:
这里先记录下,或许有更优雅的解决办法
( https://stackoverflow.com/questions/40384056/consider-defining-a-bean-of-type-package-in-your-configuration-spring-boot )
( http://blog.leanote.com/post/adrian_ye/springboot 和spring-data-jpa整合时候的错误%E3%80%82)
以上是关于Springboot使用Jpa报错找不到bean的问题的主要内容,如果未能解决你的问题,请参考以下文章