This is an automated archive made by the Lemmit Bot.

The original was posted on /r/java by /u/Ftoy99 on 2024-09-29 03:17:17+00:00.


Hello ,

Currently on my day job there is a project (Spring) that is underway for making a crud microservice for an admin panel , There is a controller/service/repository/entity for each table in a database that has over 300 tables. Is there a dynamic way to do this without making 1200+ files even if it means not using Spring Data ?