Spring Boot Custom HealthIndicator
Example of you can implement a custom HealthIndicator for Spring Boot. In particular, the example shows how you can make sure that there is disk space left.
Example of you can implement a custom HealthIndicator for Spring Boot. In particular, the example shows how you can make sure that there is disk space left.
Example of how you can use Rest Assured when implementing integration tests for a Spring Boot application.
Conference report from GeeCON 2014.
Discussion about how a dynamic ThreadPoolExecutor can be implemented that increase the number of worker threads used before it starts queueing tasks.
If you are a Spring developer and and you have created a Java based container configuration, you have probably come across the @PropertySource annotation for...
Spring 4 brings some nice improvements to how autowiring of generic types are handled. Before going into details, let’s look into the current state of affairs.
Spring 4 is around the corner. Milestone releases has been available for a while, the first release candidate was released earlier today, and the final relea...
Conference report from SpringOne 2GX 2013.
When working with Java you will sooner or later come across Maven and Maven modules. Before you start developing a new module feature, upstream modules need ...
Did you know that there is a Java build system that does not use angle brackets? More and more projects are using Gradle as an integrated part of their devel...