If I want to run spring boot application, and want to use difference application.properties in difference path (other than using profile)
How can I specify path for application.properties?
environment variable SPRING_CONFIG_LOCATION can be also used.
--spring.config.location=file:/{path}/application.properties