Spring Boot DevTools On Steroids With IntelliJ

The goal of today’s post is to share a few IDE configuration goodies that I think are pretty cool. So, let’s get to it! Quick Intro: Spring Boot is an amazing framework and Spring Boot DevTools can really supercharge development by saving oodles of time spent on expensive full rebuild and restart boilerplate when we make simple code changes. If you’re not familiar with DevTools, have a quick read and you’ll want to use it. [Read More]