generator-spring-initializr

Yeoman Generator using Spring Initializr for bootstrapping Spring Boot Projects


Keywords
yeoman-generator, spring, springboot, spring-boot, java, maven, gradle, spring-initializr
License
MIT
Install
npm install generator-spring-initializr@0.1.0

Documentation

generator-spring-initializr NPM version Dependency Status

Yeoman Generator using Spring Initializr for bootstrapping Spring Boot Projects

Installation

First, install Yeoman and generator-spring-initializr using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-spring-initializr

Then generate your new project:

mkdir newProjectFolder
cd newProjectFolder
yo spring-initializr

What does it do?

The generator uses Spring Initializr (http://start.spring.io/) to create a new Spring Boot Project for you. After you entered your desired settings the generator downloads the project archive for you and extracts it to the current directory.

Select dependencies:

Select project settings:

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © PySualk