June 2016
Intermediate to advanced
436 pages
10h 37m
English
The previous sections explored most of the Spring Boot features required to develop a microservice. In this section, some of the production-ready operational aspects of Spring Boot will be explored.
Spring Boot actuators provide an excellent out-of-the-box mechanism to monitor and manage Spring Boot applications in production:
The full source code of this example is available as the chapter2.bootactuator project in the code files of this book.
chapter2.bootactuator. This time, select Web and Actuators under Ops. Similar to the chapter2.bootrest project, add a GreeterController endpoint with the greet method.localhost:8080/actuator ...Read now
Unlock full access