generator-unionstars
v1.1.8
Published
A Yeoman Generator for Spring Boot and Spring Cloud
Downloads
1
Readme
generator-unionstars
A Yeoman generator for scaffolding and bootstrapping Spring Boot 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!
The tool build by this article Think in Clean Architecture, now enjoy it.
Getting Started
安装 Node.js
First you must setup Node.js
安装 Yeoman
$ npm install -g yo
安装 generator-unionstars
$ npm install -g generator-unionstars
初始化一个开箱即用的后端服务中心工程
$ yo unionstars
The interactive CLI menu will guide the way.
初始化一个接口工程(Jsf)
$ yo unionstars:api
初始化一个前端网关工程(Rest)
$ yo unionstars:gateway