...
In any spring application, application properties can be provided in multiple ways, listed below in ascending order of priority.
- configured in thebapplicationthe application.yml in the resources folderĀ
- configured in the application-<profile>.yml in the resources folder
- environment variables
- system property to JVM using -Dkey=value
...