Files
spring-tools/vscode-extensions/boot-dev-pack
Yan Zhang 95cca83078 update walkthrough about creating projects
Changes:
- Use "Spring Initilizr" instead of "Spring" to locate the create project command, otherwise there would be lots of other Spring related commands on the list.
- remove "in VS Code" and duplicate "Spring Boot" for simplicity, as the section is all about that, which should be safe and won't cause confusion.
2022-12-06 11:53:42 +08:00
..
2022-12-05 19:43:54 +08:00

VS Code Spring Boot Application Development Extension Pack

(also known as Spring Tools 4 for Visual Studio Code)
Collection of extensions for developing and deploying Spring Boot Application

Spring Boot

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 (.properties and .yml)

Spring Initializr Java

The Spring Initializr Java Support extension provides support for generating quickstart Spring Boot Java projects with Spring Initiailizr API.

Spring Boot Dashboard

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.