January 2018
Intermediate to advanced
414 pages
10h 29m
English
We can define configuration values using the properties file. Spring Initializr has already created an application.properties in the resources folder of our project, we can edit it to add this:
SERVICE.MESSAGE.TEXT="hello"
Then, if we run our application it will work as expected, however, the properties file is just a plain text file that may look too complex for multi-level configurations.
Read now
Unlock full access