1.0.8 • Published 5 months ago

generator-spring-boot-rest-api v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Generator-Spring-Boot-Rest-Api

A Yeoman generator for generating a Spring-Boot Microservice.

npm registry project: location

Features

  • Quick Spring-Boot Project setup
  • JUnit
  • Localstack configuration
  • ApplicationName selection
  • ContextRoot selection
  • ProjectPath selection

This will generate:

  • Service
  • Spring MVC REST Controller with CRUD operations
  • Unit and Integration Tests for REST Controller

Local Development Setup

> git clone https://github.com/DLaMott/generator-spring-boot-rest-api.git
> cd generator-spring-boot-rest-api
> npm install -g yo
> npm install 
> npm link
> yo generator-spring-boot-rest-api

Don't want the code?

> npm install -g yo
> npm install -g generator-spring-boot-rest-api
> yo generator-spring-boot-rest-api

Note

  • Tested using JDK 17
1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

2 years ago

1.0.1

2 years ago

0.0.1

2 years ago