CRUD Automation — Admin UI

This project provides the Thymeleaf-based admin interface for the Auto-Generator backend. It pairs with the DevOps generator to produce fully interactive admin CRUD pages.

What It Does

  • Renders admin list, add, edit, and delete views for any Spring Boot entity
  • Uses Thymeleaf templates wired to controller endpoints generated by the DevOps tool
  • Includes table sorting, pagination, and form validation

Usage

After running the auto-generator backend tool, the produced Thymeleaf templates integrate directly into your Spring Boot project under resources/templates/admin/.