Configuration properties in Spring Boot

A simple example how to create configuration properties in application.properties file or in application.yaml file using lists and maps.

The program includes Account and Website records and their properties records. The @EnableConfigurationProperties annotation is used in the application class.

Properties functionality is verified with the test classes AccountPropertiesTest and BookmarkPropertiesTest