While trying to deploy and start a spring boot application on a standalone tomcat (7) instance, we ran into an issue were the autoconfigured spring datasource bean isn\'t fo
I was facing the same issue earlier and same was resolved by adding
@PropertySource("classpath:application.properties")
in Application.java Hope this helps