Skip to content
Advertisement

Tag: database-connectivity

Spring Boot – Error creating bean with name ‘dataSource’ defined in class path resource

I have Spring Boot web application. It’s centered around RESTful approach. All configuration seems in place but for some reason MainController fails to handle request. It results in 404 error. How to fix it? Application ParserController UPDATE Seems like MySQL cannot be initialized by Spring…. UPDATE2 application.properties UPDATE4 Seems lite controllers not responding eventhough @RequestMapping are set. Why might it

Advertisement