Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

VSCode Extension for Spring Initializr

License

NotificationsYou must be signed in to change notification settings

microsoft/vscode-spring-initializr

Repository files navigation

Marketplace VersionInstallsRatingGitter

Overview

Spring Initializr is a lightweight extension to quickly generate a Spring Boot project in Visual Studio Code (VS Code). It helps you to customize your projects with configurations and manage Spring Boot dependencies.

Screenshot

Feature List

  • Generate a Maven/Gradle Spring Boot project
  • Customize configurations for a new project (language, Java version, group id, artifact id, boot version and dependencies)
  • Search for dependencies
  • Quickstart with last settings
  • Edit Spring Boot dependencies of an existing Maven Spring Boot project

Requirements

  • VS Code (version 1.19.0 or later)
  • JDK (version 1.8.0 or later)

Install

Open VS Code and pressF1 orCtrl + Shift + P to open command palette, selectInstall Extension and typevscode-spring-initializr.

Or launch VS Code Quick Open (Ctrl + P), paste the following command, and press enter.

ext install vscode-spring-initializr

Use

  • Launch VS Code
  • PressCtrl + Shift + P to open command palette.
  • TypeSpring Initializr to start generating a Maven or Gradle project.
  • Follow the wizard.
  • Right click inside thepom.xml file and chooseEdit starters for dependency refactoring. (Gradle project is not supported yet, PR is welcome for it.)

Configuration

  // Default language.  "spring.initializr.defaultLanguage": "Java",  // Default Java version.  "spring.initializr.defaultJavaVersion": "11",  // Default value for Artifact Id.  "spring.initializr.defaultArtifactId": "demo",  // Default value for Group Id.  "spring.initializr.defaultGroupId": "com.example",  // Spring Initializr Service URL(s). If more than one url is specified, it requires you to select one every time you create a project.  "spring.initializr.serviceUrl": [ "https://start.spring.io" ],  // Default value for Packaging. Supported values are "JAR" and "WAR".  "spring.initializr.defaultPackaging": "JAR",  // Default value for the method of openining the newly generated project. Supported values are "", "Open" and "Add to Workspace".  "spring.initializr.defaultOpenProjectMethod": "Add to Workspace",

Feedback and Questions

You can find the full list of issues atIssue Tracker. You can submit abug or feature suggestion, and participate community drivenGitter

License

This extension is licensed underMIT License.

Data/Telemetry

VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read ourprivacy statement to learn more. If you don’t wish to send usage data to Microsoft, you can set thetelemetry.enableTelemetry setting tofalse. Learn more in ourFAQ.

Contributing

This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.

About

VSCode Extension for Spring Initializr

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors17


[8]ページ先頭

©2009-2025 Movatter.jp