© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. PatniPro RESTful APIs with Micronauthttps://doi.org/10.1007/978-1-4842-9200-6_2

2. Micronaut

Sanjay Patni1  
(1)
Santa Clara, CA, USA
 

Abstract

Micronaut is a JVM-based modern full-stack microservice framework. This new framework has been developed by the Grails team with an intention to solve problems which have been identified over the years while building the real-world microservices applications.

One of the most exciting features of Micronaut is its compile-time dependency injection mechanism. Most frameworks use reflection and proxies to perform dependency injection at runtime. Micronaut, however, builds its dependency injection data at compile time. The ...

Get Pro RESTful APIs with Micronaut: Build Java-Based Microservices with REST, JSON, and XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.