Spring Initializr: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=Overview= | =Overview= | ||
'''Spring Initializr''' is a REST API that generates [[Spring Boot]] projects, allowing you to customize the build system | '''Spring Initializr''' is a REST API that generates [[Spring Boot]] projects, allowing you to customize the build system - [[Maven]] or [[Gradle]] - and the project coordinates, the language and version, the packaging and the dependencies to add to the project. The API can be exposed as a service, and the publicly available default instance for the service, run by Pivotal, is available at https://start.spring.io/. | ||
The API can be used standalone or embedded in other tools, notably the [[IntelliJ IDEA Plugin for Spring Boot]]. | The API can be used standalone or embedded in other tools, notably the [[IntelliJ IDEA Plugin for Spring Boot]]. | ||
=Concepts= | =Concepts= |
Revision as of 01:21, 8 October 2018
External
- Spring Initializr Reference Guide https://docs.spring.io/initializr/docs/current-SNAPSHOT/reference/htmlsingle/
- Spring Initializr GitHub https://github.com/spring-io/initializr/
- https://start.spring.io/
Internal
Overview
Spring Initializr is a REST API that generates Spring Boot projects, allowing you to customize the build system - Maven or Gradle - and the project coordinates, the language and version, the packaging and the dependencies to add to the project. The API can be exposed as a service, and the publicly available default instance for the service, run by Pivotal, is available at https://start.spring.io/.
The API can be used standalone or embedded in other tools, notably the IntelliJ IDEA Plugin for Spring Boot.