Micronaut
-
Core Java

Getting Started with JUnit 5 Testing in Micronaut
Micronaut makes testing Java applications straightforward with native JUnit 5 integration. Its lightweight dependency injection, embedded server support, and simple…
Read More » -
Enterprise Java

Reactive REST APIs with Micronaut and Protobuf: Building Efficient Microservices
As microservices become more distributed, performance bottlenecks can easily arise from inefficient serialization, blocking I/O, or heavyweight frameworks. To tackle…
Read More » -
Enterprise Java

Dependency Injection in Micronaut vs. Spring: What You Need to Know
Spring Framework has long been the dominant force in Java development. But in recent years, Micronaut has emerged as a…
Read More » -
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 »


