I have jdbc property files which I take from external configuration web-service
In spring boot in order to set mysql props it\'s easy as adding those to application.properti
Under META-INF folder create exactly this folders and file:
spring>batch>override>data-source-context.xml
and in your xml file make sure to override the paramters you want like this:
or use a jndi like this in the xml file to access your external configuration file like catalina.properties