Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Spring Code GeneratorNew to Visual Studio Code? Get it now.
Spring Code Generator

Spring Code Generator

Sonal Sithara

|
20,761 installs
| (2) | Free
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.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft