tauimonen / spring-boot-list-map-properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 100.0%