(also known as Spring Tools for Visual Studio Code)
Collection of extensions for developing and deploying Spring Boot Application
The Spring Boot Tools extension provides:
- IDE Java tooling for developing and troubleshooting Spring Boot applications.
- Support for editing Spring Boot Application configuration properties files (
.propertiesand.yml)
The Spring Initializr Java Support extension provides support for generating quickstart Spring Boot Java projects with Spring Initiailizr API.
The Spring Boot Dashboard extension provides an explorer in the side bar where you can view all of a workspace's spring boot projects conveniently in one place. You can also quickly start, stop or debug a project.