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 opensample 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 Password yourpassword click Connect to Database if success connection then scroll down there will be list of tables name select and click generate scaffold
finishedmy 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 |