shlogg · Early preview
Anand Jaisy @anandjaisy

Integrating Tailwind CSS Into Spring Boot Projects

Integrate Tailwind CSS into your Spring Boot project with ease! Follow these steps to set up Tailwind CSS, keep production builds lean & optimized. Learn how to use utility-first CSS framework for custom designs in HTML markup.

Automating Database Migrations With Flyway In Gradle

Automate db migrations with Flyway in Gradle multi-module projects! Store migration files in External project's resources/db/migration dir & use JPA Buddy to generate them. Set baselineOnMigrate=true for initial migration as baseline.

Spring Boot DevTools Simplifies Development

Boost your Spring Boot dev experience with spring-boot-devtools! Auto-restart, LiveReload & env customization make dev workflow smoother. Integrate Swagger UI for interactive API docs

Generating OpenAPI YAML With Micronaut And Swagger UI

Micronaut supports OpenAPI with annotations and CLI tools, generating YAML files and exposing Swagger UI for API design and documentation.