Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 815 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 815 Bytes

generator-spring-jax-rs

Generator to easily generate the Spring Boot And JAX-RS Web Applications

Creating the scaffolding web application with CRUD base code (REST API)

inspired by Artisan from Laravel.

Installation

First, install Yeoman and generator-spring-jax-rs using npm (i assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-spring-jax-rs

Usage

setup via the following command:

yo spring-jax-rs

Here is the example that generated resource by generator

 2019-09-03 17 17 20

License

MIT © koushisa