Spring Initializr

From NovaOrdis Knowledge Base
Revision as of 01:13, 8 October 2018 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Spring Initializr is a REST API that generates Spring Boot projects, allowing you to customize the build system 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/.

Subjects