
Spring Crud Generator v1.2.0 — Improved DB Compatibility, JSON Collections, and Reliable Docker Runs
v1.2.0 is all about making the generator smoother to use in real projects: more predictable migrations across databases, fewer Docker Compose surprises, and better JSON support for collection-based fields. Along the way, there’s also internal refactoring to keep the codebase easier to maintain and extend. Highlights ✅ Better database migration compatibility This release improves Flyway script generation so migrations behave more consistently across MySQL, MariaDB, MSSQL, and PostgreSQL . The goal here is simple: fewer “works on my DB” moments when switching environments or adding a second database target. More robust Flyway migration output for cross-database scenarios Improved compatibility with newer MySQL versions ( > 8.4 ) 🧠 JSON type support — now with collections The JSON type has been extended to better match how modern APIs model data. In addition to single-object JSON fields, you can now generate JSON columns for collections: JSON<List<Type>> JSON<Set<Type>> This makes it much
Continue reading on Dev.to Webdev
Opens in a new tab



