Skip to content

Domingos-Masta/JSAutoCrudPlugin

Repository files navigation

JSAutoCrud Intellij IDEA plugin

Is a plugin to help speed generate necessary class to implmenet restfull apis with spring boot applications

Installation

Use your browser to download zip.

- Go to IDE Settings
- Go to plugins
- Select install from disk
- Select zip file you just Download

Usage

Pre-Requirements

To use this plugin on your project, you must have our library as dependecy. The library cam be founded Here follow the instructions to install on you local maven repository, and then import on your project.

Plugin in acion

After install and garatee the pre-requirements you are ready to fly, and speed up you development.

- You Spring Boot project must have https://github.com/ISYS-Dcore/generic-auto-crud/releases as dependecy
- Right click in project name
- First Option 'Generate JSA Classes'
- Insert Class Entity Name whithout empty spaces
- Select ID datatype
- Decide if you will need the controllers or only the services
- Clic OK

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

mpl-2.0