@SpringBootTest
public class ConfigurationPropertyTestextends Object
This test does a light verification of the populated PropertyPrinter component.
It uses reflection because all of the data types are in the starter project
and it is unknown what Java packaging things will use.
We will cover testing soon and reflection several weeks after that