Files
java-tutorials/spring-boot-properties/src/main/resources/values.properties
T

4 lines
128 B
Properties
Raw Normal View History

value.from.file=Value got from the file
priority=Properties file
listOfValues=A,B,C
valuesMap={key1:'1', key2 : '2', key3 : '3'}