Getting Started with Developer Tools

Get a brief introduction to the developer tools for Spring Boot.

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 ...