Spring Framework code snippets: Allows you to make your production time faster, creating your Controllers, Services, Repositories, Models, etc, with snippets! stop wasting your time coding unnecesary code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This extensions enables you to write Spring Boot classes faster!
(NOTE: this is my first extension, please, if you could support me with ideas and fixes
I'll be glad to know: github repo is: https://github.com/Joacz/spring-gen)
Features
Code Snippets:
sfmodel (generates a model class: shorthand is sfm)
sfservice (generates a service interface: shorthand is sfs)
sfrestcontroller (generates a Rest Controller class: shorthand is sfrc)
sfcontroller (generates a Controller class: shorthand is sfc)
sfserviceimp (generates a Service Implementation class: shorthand is sfsi)
ssconfig (generates a Security Config class: shorthand is ssc)
sfmultipartutil (generates a Multipart Util class: shorthand is sfmul)
sfrepository (generates a Repository: shorthand is sfrepo)