beyond the basics

Respond to a localized version of your application with LocalizedMessageSource.
Learn how to respond HTML or JSON depending on the request Accept HTTP Header.
How to create a custom constraint annotation for validation in your Micronaut application
Learn how to generate a PDF in a Micronaut Controller with OpenPDF.
Learn how to use Jackson to render XML in a Micronaut Controller.
Learn how to stream responses with ReactorStreamingHttpClient
Learn how to schedule periodic tasks inside your Micronaut microservices.
Learn to log every HTTP Request header with a @ServerFilter and a method annotated with @FilterRequest.
Learn how to expose static resources such as CSS or images in a Micronaut Framework application.