Tag

Generic Controller

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Feb 26, 2025 · Backend Development

Implementing a Generic Aggregate CRUD Controller with Spring MVC and MyBatisPlus

The article demonstrates how to refactor a large PHP API suite into a Java Spring MVC application by creating a generic AggregateController that, through model‑name mapping, reflection‑based repository registration and a thread‑safe MappingKit, provides CRUD endpoints for any table, collapsing hundreds of endpoints into just two controllers for client and admin.

Backend DevelopmentCRUDGeneric Controller
0 likes · 12 min read
Implementing a Generic Aggregate CRUD Controller with Spring MVC and MyBatisPlus
Java Architect Essentials
Java Architect Essentials
Jan 28, 2024 · Backend Development

Automating CRUD Operations with MyBatisPlus: Building a Generic BaseController in Spring Boot

This tutorial demonstrates how to automate CRUD functionality in a Spring Boot application by introducing MyBatisPlus, creating a reusable utility class, configuring pagination, and implementing a generic BaseController that can be extended by concrete controllers for any entity.

CRUDGeneric ControllerJava
0 likes · 11 min read
Automating CRUD Operations with MyBatisPlus: Building a Generic BaseController in Spring Boot