Spring Boot Support in Spring Tool Suite 3.6.4
Spring Boot STS Tutorial
Spring Tool Suite 3.6.4 was just released last week. This blog post is a tutorial demonstrating some of the new features STS provides to create and work with Spring Boot applications.
In this tutorial you'll learn how to:
- create a Simple Spring Boot Application with STS
- launch and debug your boot application from STS
- use the new STS Properties editor to edit configuration properties.
- use @ConfigurationProperties in your code to get the same editor support for your own configuration properties.
Creating a Boot App
We use the "New Spring Starter" wizard to create a…