FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Spring Crud Generator v1.2.0 — Improved DB Compatibility, JSON Collections, and Reliable Docker Runs
How-ToWeb Development

Spring Crud Generator v1.2.0 — Improved DB Compatibility, JSON Collections, and Reliable Docker Runs

via Dev.to WebdevMarko1mo ago

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

Read Full Article
21 views

Related Articles

I Quit Coding Tutorials for 30 Days — And Finally Escaped Tutorial Hell
How-To

I Quit Coding Tutorials for 30 Days — And Finally Escaped Tutorial Hell

Medium Programming • 5d ago

Xperience Community: Content Repositories
How-To

Xperience Community: Content Repositories

Dev.to • 5d ago

Build Pipeline Executors Using Generator Functions
How-To

Build Pipeline Executors Using Generator Functions

Medium Programming • 5d ago

Designing Game Economies: Why Spreadsheets Eventually Break
How-To

Designing Game Economies: Why Spreadsheets Eventually Break

Dev.to • 5d ago

How to use Jinja2 Templates
How-To

How to use Jinja2 Templates

Dev.to Tutorial • 5d ago

Discover More Articles