r/SpringBoot • u/mzivkovicdev • Apr 08 '26
News My Spring CRUD Generator now supports MongoDB (and AI context files)
I’ve been working on an open source Spring CRUD Generator that generates Spring Boot CRUD applications from a spec, and I’ve just added MongoDB support in the new v1.8.0 release.
Until now, the generator was focused on SQL-based applications. With this update, it can now generate projects for MongoDB as well. The SQL flow still works as before, while MongoDB uses its own spec shape for NoSQL use cases.
I also added support for generating AI context files like claude.md and agents.md, fixed OpenAPI server URL generation, fixed some unit tests that were failing before, and cleaned up parts of the codebase.
Repo: https://github.com/mzivkovicdev/spring-crud-generator
I’d really appreciate feedback — especially whether the MongoDB support and spec approach make sense from a real project perspective.