Spring Boot brings along some cool “production ready” features. Among them are the health checks. They are a great way to give you a quick overview about the system state. Is the database up and running, is my disk running out of space? Getting started Having a Spring Boot application already setup you just have… Continue reading Spring Boot Health Checks
Month: December 2014
I just solved a Java Performance Puzzle by @javaplumbr
I just solved a Java Performance Puzzle by @javaplumbr. Are you up for a challenge? https://plumbr.eu/blog/java-puzzle It was pretty fun, thank you guys!