Developing Java Applications with Spring and Spring Boot
by Claudio Eduardo de Oliveira, Greg L. Turnquist, Alex Antonov
Introduction
In a world of DevOps, agile software development practices, the introduction of microservices, and with more and more teams doing continuous development and deployment, it becomes even more important to be able to quickly see the code changes to an application without going through the whole process of re-compiling the entire project, rebuilding, and restarting the application.
The arrival of containerization services such as Docker has also presented a challenge in terms of access to the actual application running environment. It has changed the notion of a machine by abstracting and encapsulating the runtime environment, removing the ability to use any port to get access.
Spring Boot DevTools provides the ability to do selective ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access