排序
Serving static assets with Micronaut
Serving static assets with Micronaut,My go-to framework when developing Java apps or microservices is Micronaut. For the apps that should have a web frontend, I rarely use Micronau...
[Micronaut] Generating and downloading files as ZIP or JSON
[Micronaut] Generating and downloading files as ZIP or JSON, Intro In this time, I will try generating and downloading files as ZIP. If any error occurs during generation, generate...
Primeros pasos en programación reactiva, III
Primeros pasos en programación reactiva, III,En esta serie de post acerca de programación reactiva voy a ir contando los pasos que estoy dando para ir practicando con esta forma ...
Using Micronaut Annotation Mapping to Automatically Add Security Info to Swagger Docs
Using Micronaut Annotation Mapping to Automatically Add Security Info to Swagger Docs,In my last post I introduced how to create a custom security rule in Mirconaut which allows yo...
mapping OpenAPI formats
mapping OpenAPI formats, what is openapi-processor? openapi-processor is an easy-to-use tool to generate java based (annotated) controller interfaces and pojos (model classes) from...
A Micronaut introduction
A Micronaut introduction, Micronaut Discovery (3 Part Series) 1 A Micronaut introduction 2 CLI applications with Micronaut and Picocli 3 Native images with Micronaut and GraalVM No...
Export application metrics with Micrometer for Prometheus on your Micronaut application.
Export application metrics with Micrometer for Prometheus on your Micronaut application.,Here, I wrote the controller that export application metrics for Prometheus on Micronaut. I...
Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture)
Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture), Automating Database Migrations in Java with Flyway Database migrations are a crucial aspect of software deve...
CLI applications with Micronaut and Picocli
CLI applications with Micronaut and Picocli, Micronaut Discovery (3 Part Series) 1 A Micronaut introduction 2 CLI applications with Micronaut and Picocli 3 Native images with Micro...
PK compuesta con Micronaut-R2DBC
PK compuesta con Micronaut-R2DBC,Con Micronaut-Data, tenemos ComposeId out-of-the-box. El manejo es muy similar que JPA. La tabla de ejemplo contiene una llave primaria formada por...
Micronaut vs. Spring Boot: A Detailed Comparison
Micronaut vs. Spring Boot: A Detailed Comparison,Micronaut and Spring Boot are two popular frameworks for building Java applications, especially in the microservices space. Both fr...
Micronaut integration testing using testcontainers
Micronaut integration testing using testcontainers,Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applicat...