Debug and Maintain your Spring Boot App
So you have decided to build an application using Spring Boot? Sooner or later, something will go wrong. It does not matter how experienced we are.
Join the DZone community and get the full member experience.
Join For FreeSo you have decided to build an application using Spring Boot? Sooner or later, something will go wrong. It does not matter how experienced we are. How will Spring Boot help us figure out what went wrong and fix things? This talk introduces lots of tools to help us debug and manage "bootiful" apps. You will learn how to use Boot's autoconfiguration report, override Boot's settings & beans, create custom metrics/health checks/app info, and create custom JMX info & custom CRaSH commands.
Slides: https://speakerdeck.com/gregturn/debug-and-maintain-your-spring-boot-apps
Code at https://github.com/gregturn/debug-your-spring-boot-app
Learn about about Spring Boot at http://projects.spring.io/spring-boot
Learn about about Spring Framework at http://projects.spring.io/spring-framework
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments