generator-spring-jax-rs
v1.0.3
Published
Generator to easily generate the Spring Boot And JAX-RS Web Applications
Downloads
7
Maintainers
Readme
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