Generate Spring boot Gradle and Maven projects using Yeoman generator. You can easily modify this project to fulfil your needs.
- Maven - if creating maven project
- Gradle - if creating Gradle project
- Git
- Java
First, install Yeoman using npm (we assume you have pre-installed node.js).
npm install -g yo
Clone this repository and install this generator by running
npm link
Then generate your new project:
yo springboot-sangada
After this you will get prompts which you need to answer/select choices according to your needs. After answering/selecting choices this generator creates spring boot project build it and initializes git repository.
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
Apache-2.0 © Deepak Muthekar