The application.properties file

Within this file, you have to define all of the configuration properties for your application. For example, if you are interacting with an SQL database, this file will have properties such as the JDBC URL, database username, password, and more. If you want to, you can change its extension from .properties to .yml, in order to make it more expressive by using a YAML format (http://www.yaml.org/start.html).