Skip to content

Installation

José Vieira Neto edited this page Dec 15, 2017 · 4 revisions

Welcome,

To use scaffold you must have installed the spring boot cli.

Manual Installation

Spring Boot CLI

Download the cli and manually enter it as your OS environment variable.

Installing using SDKMAN

$ sdk install springboot
$ spring --version
Spring Boot v1.5.9.RELEASE

Install the Spring Scaffold plugin

$ git clone https://github.com/NetoDevel/cli-spring-boot-scaffold.git
$ cd cli-spring-boot-scaffold
$ mvn install
$ spring install br.com.netodevel:spring-scaffold-cli:0.0.1-SNAPSHOT

After installation run command spring in your terminal

you will see

commands

Clone this wiki locally