generator-spring-initializr
v0.3.2
Published
Yeoman Generator using Spring Initializr for bootstrapping Spring Boot Projects
Downloads
12
Maintainers
Readme
generator-spring-initializr
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