
Property Binding to java.time in Spring Boot
Introduction The Twelve-Factor App describes configuration beautifully simple as a ‘strict separation of config from code’. Is it really that simply in practice? In my experience, configuration can suffer from the same rot and neglect as any other code. In this article, I’m going to demonstrate how to make date and time configuration easier to use, easier to read and…