Micronaut
-
Software Development
Micronaut CLI (mn) Features Overview
The Micronaut CLI (mn) enables developers to bootstrap, build, and configure Micronaut projects. It supports various commands for project scaffolding,…
Read More » -
Software Development
How to Set Up Log4j2 Logging in Micronaut
Micronaut is a modern, JVM-based framework for building modular, easily testable microservice and serverless applications. It provides support for various…
Read More » -
Software Development
How to Return a ZIP File in a Micronaut Controller
Serving downloadable ZIP files is a common requirement in web applications—whether to bundle logs, documents, or export files. Let us…
Read More » -
Software Development
How To Run Custom Code on Micronaut Start
When building applications with Micronaut, there are times when you need to run specific logic as soon as the application…
Read More » -
Software Development
Micronaut Flyway Database Schema Migrations Example
In a modern microservices architecture, managing database schema migrations in a reliable and consistent way is crucial for the smooth…
Read More » -
Software Development
Micronaut Logging Example
Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications. Logging is essential in…
Read More » -
Software Development
How to Return PDF Files from a Micronaut Endpoint
Micronaut is a JVM-based, lightweight framework for building scalable microservices. Returning a PDF file from a REST API endpoint is…
Read More » -
Software Development
Export Excel File in Micronaut Controller
Micronaut is a modern, JVM-based, full-stack framework designed for building modular, easily testable microservice and serverless applications. Returning an Excel…
Read More » -
Software Development
Micronaut @ConfigurationProperties Example
Micronaut is a modern, JVM-based, full-stack microservices framework designed for building modular, easily testable microservice and serverless applications. One of…
Read More »