Secret properties in Spring Boot
Spring Boot is a popular framework used to create (microservice) applications in Java.
It has a flat learning curve and yet is very versatile, which goes a long way explaining its popularity.
As with all Spring frameworks, Spring Boot sports a ‘convention over configuration’ approach to discovering beans, services and also properties. In practice this means working with Spring Boot can largely be done intuitively.
This is also true for the configuration properties