Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 665 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 665 Bytes

generator-spring-boot-plugin

Generates plugin project for Spring Boot with all common classes, properties and ready git settings.

Installation

npm install -g generator-spring-boot-plugin

Usage

Create a directory, go into start creating plugin project :

yo spring-boot-plugin

Enter plugin name with camel-case:

? Give a name for plugin : app

Generates maven project with name : spring-boot-app

Enter plugin package:

? What package do you want to use : uz.company

Choose plugin dependencies:

? Add Spring Boot Starters and dependencies to your application Lombok, Spring testing