generator-spring-boot-microservice
v1.1.8
Published
A Yeoman Generator for Spring Boot Microservices
Readme

generator-spring 
A Yeoman generator for scaffolding and bootstrapping Spring Boot and Spring Cloud applications. Provides the same selectable options as Spring Initializr, but with and interactive CLI interface so your hands can stay where they belong, on the keyboard!
Getting Started
Install Yeoman
$ npm install -g yoInstall generator-spring-boot-microservice
$ npm install -g generator-spring-boot-microserviceInitiate spring-generator!
$ yo spring-boot-microserviceThe interactive CLI menu will guide the way.
Extras (Sub-generators)
Creates an Authorization Server
$ yo spring-boot-microservice:authRelease
1. Increase the version number in package.json
2. Commit code to repo
3. npm publish
4. yo and update your generator
