Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Spring Boot Database Scaffold GeneratorNew to Visual Studio Code? Get it now.
Spring Boot Database Scaffold Generator

Spring Boot Database Scaffold Generator

sachin kore

|
3 installs
| (0) | Free
Generate Spring Boot CRUD scaffold from database tables (MySQL, SQLite, SQLServer) using Thymeleaf
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This VS Code extension generates comprehensive Spring Boot CRUD scaffolding directly from your database tables, accelerating development and ensuring consistency across your projects.

##note first open your project which is created by ## spring intializr

type terminal ls to see pom.xml file exist

then go to vs code -> View ->command palette-> search by typing> Spring Boot: Generate Database Scaffold

then ui will open

sample example for mysql how to use this extension Spring Boot Scaffold Generator Generate CRUD operations from database tables

Database Connection Database Type

MySQL Host localhost Port 3306 Database Name type yourdb eg sakila
Username root

Password yourpassword

click Connect to Database

if success connection then scroll down there will be list of tables name select and click generate scaffold

alt text

UI Preview Demo project tree view sample

alt text UI Preview Demo

finished

my other extensions

Model IntelliSense for Java Spring Boot Thymeleaf HTML you can use another vs code extension for model intellisense for spring boot intellisense suggestion in html file

https://marketplace.visualstudio.com/items?itemName=atkivisolutioninstadotnetmodelgenerator.model-intellisense

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft