
Spring CRUD Generator v1.3.0 Released 🚀
MariaDB Support + Optional Null Exclusion in REST Responses I’ve just released Spring CRUD Generator v1.3.0 🎉 If you haven’t seen it before, Spring CRUD Generator is an open-source Maven plugin that generates Spring Boot CRUD code from a YAML/JSON project config — including: entities transfer objects (DTOs) mappers services and business services controllers …and optionally: OpenAPI/Swagger resources GraphQL resolvers Flyway migrations Docker resources The goal is simple: generate the repetitive CRUD boilerplate fast , keep the structure consistent, and let you focus on business logic. What’s new in v1.3.0 ✅ Full MariaDB support The generator is now fully compatible with MariaDB , in addition to: MySQL PostgreSQL MSSQL This release also includes related updates for MariaDB support across the ecosystem around the generator: Flyway scripts Docker Compose setup Database compatibility support in the generator and generated code If you’re using MariaDB in your projects, you can now use the g
Continue reading on Dev.to Webdev
Opens in a new tab



