1.0.3 • Published 5 years ago

generator-spring-jax-rs v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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-vuex using npm (we 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

License

MIT © koushisa