jquery-springmvc-jpa
jquery-springmvc-jpa copied to clipboard
could not deploy war in tomcat or 'in place' from jetty in my IDE
trafficstars
It seems to open up fine http://localhost:8084/skillbrowser/# but clicking Users shows a failure to reach http://localhost:8084/skillbrowser/rest/login
Is there a document to setup or how to run this?
I see that it is failing with no EntityManager
DispatcherServlet servletExporter = new RepositoryRestExporterServlet(); ServletRegistration.Dynamic exporter = container.addServlet("exporter", servletExporter); exporter.setLoadOnStartup(1); exporter.addMapping("/data-rest/*");
No qualifying bean of type [javax.persistence.EntityManagerFactory] is defined: expected single bean but found 0: