I'm trying to run an application on spring boot, but to do that I need to add some resources to tomcat, eg. data source configuration and others.
Normally i would add something ike
<Resources name="..." ....>
but how can i achieve that in spring boot?