Getting Started with Developer Tools
Explore how to use Spring Boot Developer Tools to accelerate development by enabling automatic application restarts and LiveReload browser refreshes. Understand how these tools help streamline your workflow and debug reactive applications more efficiently.
We'll cover the following...
We'll cover the following...
In this chapter, we’ll learn how to:
-
Set our application to automatically restart as we make changes.
-
Utilize LiveReload to refresh the browser.
-
Use the tools provided by Project Reactor to help debug applications
Background
A big thing developers have complained about in the past is having to constantly stop and start their applications ...