I am developing an application in Spring, using Tomcat, Mysql5, Java8... The problem is that I cannot deploy it, due to \"required bean \'entityManagerFactory\' not found\"
check that you added @Repository annotation on JpaRepository Check that you make all entity Setter and Getter clean and build then run.