It should come as no surprise to anyone involved in software development that keeping all code in a version control system is best practice and has been for over 20 years. My version control repository of choice has been BitBucket for a long while. This was initially due to their first class mercurial support that… Continue reading
Posts Tagged → Gradle
Debugging a Gradle Spring Boot Application in Intellij
Out the box Spring Boot integration with Intellij (for the most part) is great. Debugging integration tests seem to work flawlessly with zero configuration changes to either Intellij and Gradle. Where it gets frustrating is in Spring/Gradle’s lack of support for debugging a spring boot app running under ./gradlew bootRun. For those developing under maven,… Continue reading