A few weeks ago, I was helping a colleague who had to fix a failing ‘Quartz job.' The ‘Spring Boot' application was running in a cluster and configured to
Validate functional endpoints in Spring
Spring WebFlux offers two reactive programming models to map and processes web requests. The "Annotated Controllers" model is consistent with Spring MVC, which allows the use of the
Manage and reload spring application properties on the fly
By now, everybody is aware that configurable application properties should reside outside your artifact (war, jar, ear). We don't want to release a new version of your application/service, just