swagger-logo
Micronaut

Integrating Swagger in a Micronaut Application

Swagger is a powerful tool for documenting and testing RESTful APIs. It provides a user-friendly interface for developers to understand and interact with the API. In this blog, we will explore how to integrate Swagger into a Micronaut application, making API documentation and testing a breeze. What is Swagger? Swagger is an open-source framework that…

Micronaut

Enabling kapt in Micronaut

Micronaut, a popular Java and Kotlin microservices framework, provides robust support for annotation processing. Kotlin Annotation Processing Tool (KAPT) is an essential part of this ecosystem, allowing you to generate code based on annotations. In this blog, we’ll explore how to enable KAPT in a Micronaut project and leverage its power to simplify code generation…