yaml
Expose the exact version of code that your application is running.
This guide shows how to build with the Micronaut Framework a chat application such as the Rails application demonstrated in the Hotwire announcement screencast.
Learn how to generate thumbnails for images uploaded to an S3 bucket with AWS Lambda and the Micronaut framework
Learn how to use AWS Parameter for Configuration Discovery in a Micronaut application.
Learn how to load your secrets from AWS Secrets Manager in your Micronaut application
Learn how to use Micronaut caching annotations
Learn how to create a secured Micronaut application and authenticate with OpenID Connect in Oracle Cloud.
Learn how to use Google Secret Manager
Learn how to create secrets in Azure Key Vault and easily access them in a Micronaut application.
Learn how to create secrets in Oracle Cloud Vault and easily access them in a Micronaut application.
Use Google Cloud Trace to investigate the behavior of your Micronaut applications.
Use Oracle Cloud to investigate the behavior of your Micronaut applications.
Learn how to utilize @Configuration and @ConfigurationBuilder annotations to effectively configure declared properties.
Learn how to configure Cross-Origin Resource Sharing (CORS) in a Micronaut application.
Learn how to access a database with MyBatis using the Micronaut framework.
Learn how to use Micronaut Data and Hibernate Reactive
Learn how to access a database with Micronaut JDBC repositories.
Learn how to access a MongoDB database asynchronously with Micronaut Data.
Learn how to access a database with Micronaut R2DBC repositories.
Learn how to use DynamoDB as your persistence solution in a Micronaut Application.
Learn how to send emails with Amazon SES from a Micronaut application
Learn how to send emails with SendGrid from a Micronaut application
Learn how to use Flyway to manage your schema migrations
Learn how to use Micronaut GraphQL.
Build a TODO application with Micronaut GraphQL.
Learn how to use Hibernate Reactive with the Micronaut Framework.
Learn how to a leverage Java records for immutable configuration, Micronaut Data Mapped Entities and Projection DTOs
Expose endpoints using JAX-RS annotations in a Micronaut application
Learn how to access a database with JPA and Hibernate using the Micronaut framework.
How to use Kubernetes service discovery and distributed configuration in a Micronaut application
Service discovery and distributed configuration in a Micronaut application with Amazon Elastic Kubernetes Service (EKS)
Service discovery and distributed configuration in a Micronaut application with Google Kubernetes Engine (GKE)
Service discovery and distributed configuration in a Micronaut application with Oracle Cloud Container Engine for Kubernetes (OKE)
Use Kafka to communicate between your Micronaut applications.
Learn how to use the Liquibase to manage your schema migrations.
Learn how to collect standard and custom metrics with the Micronaut framework.
Learn how to collect standard and custom metrics with the Micronaut framework and monitor them on Amazon Cloudwatch.
Learn how to collect standard and custom metrics with the Micronaut framework and monitor them on Oracle Cloud.
Use Jaeger distributed tracing to investigate the behaviour of your Micronaut applications.
Use Jaeger distributed tracing to investigate the behavior of your Micronaut applications.
Use AWS X-Ray distributed tracing to investigate the behavior of your Micronaut applications.
Use Zipkin distributed tracing to investigate the behaviour of your Micronaut applications.
Use Zipkin distributed tracing to investigate the behavior of your Micronaut applications.
Use Consul service discovery to expose your Micronaut applications.
Use Netflix Eureka service discovery to expose your Micronaut applications.
Learn how to use MicroStream as a high-performance persistence layer.
Learn how to use a non-blocking reactive streams MongoDB client with a Micronaut application
Learn how to use a blocking MongoClient with a Micronaut application
Learn how to use Mosquitto as an MQTT broker, create a Micronaut CLI application and publish an MQTT topic, and subscribe to the MQTT topic in a different Micronaut Messaging application.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Auth0.
Learn how to use Client Credentials Flow between Micronaut microservices with an Authorization Server provided by Auth0.
Learn how to use Client Credentials Flow between Micronaut microservices with an Authorization Server provided by Amazon Cognito.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Cognito.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Github. Learn how to write your own Authentication Mapper.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Keycloak.
Learn how to create a Micronaut application and authenticate with LinkedIn.
Learn how to create a Micronaut application and secure it with Google and provide authentication with OpenID Connect
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Okta.
Learn how to upload and retrieve files from Amazon S3 using the Micronaut Object Storage API
Learn how to upload and retrieve files from Google Cloud Storage using the Micronaut Object Storage API
Learn how to upload and retrieve files from Oracle Cloud Infrastructure (OCI) Object Storage using the Micronaut Object Storage API
Learn how to access an Oracle Autonomous Database using the Micronaut framework.
Use Oracle Cloud Streaming to communicate between your Micronaut applications.
Learn how to send an email with Oracle Cloud Infrastructure (OCI) Email Delivery using the Micronaut framework.
Use RabbitMQ to communicate between your Micronaut applications.
Use RabbitMQ RPC to use request-reply pattern in your Micronaut applications.
Learn how to secure a Micronaut application using an API Key.
Learn how to secure a Micronaut application using JWT (JSON Web Token) Authentication.
Learn how to secure a Micronaut application using JWT (JSON Web Token) based authentication where the JWT tokens are transported via Cookies.
Learn how to expose a keys endpoint with primary and secondary JSON Web Key (JWK)
Learn how to secure a Micronaut application using Session based authentication.
Learn how to implement mutual authentication using SSL and X.509 certificates.
Write an application using Spring Boot annotations and compute it into a Micronaut application at compilation time.
Learn how to leverage token propagation in the Micronaut framework to simplify your code while keeping your microservices secure.
Run the Turbo Native Demo with a Micronaut application as the backend.
Build a chat application by exposing a WebSocket Server with the Micronaut Framework