sonal-sithara / spring-code-generator

A extension for Visual Studio Code based on java spring framework.This extension can generate necessary file in spring (Controller, Service, Entity, Dto) or generate crud operations with controller or just crud operations in your spring application.
5 stars 1 forks source link
extension java spring-boot spring-mvc visual-studio-code

Spring Boot Code Generator

A extension for Visual Studio Code based on java spring framework.This extension can generate necessary file in spring (Controller, Service, Entity, Dto, Repository) or generate crud operations with controller or just crud operations in your spring application.

Version Downloads Ratings

Provided Functions

Function Description
Create Controller Create controller file with boilerplate class
Create Controller With Crud Create controller file with crud operations
Create Service Create service file with boilerplate class
Create Entity Create entity file with primary key
Create Dto Create Dto file with boilerplate class
Create Repository Create repository file with boilerplate class
Create Entity With Lombok Create entity file with lombok support
Create Dto With Lombok Create Dto file with lombok support

Screenshot

Also you can use snippets prefixes to generate endpoints

Trigger Content

perfix desc
sp-crud generate crud operations
sp-post generate post mapping
sp-get generate get mapping
sp-put generate put mapping
sp-delete generate delete mapping