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…. UPD…