Free Microservices Tutorial – Microservices with Micronaut

0
Certificate

Free

Language

Level

Beginner

Last updated on March 27, 2025 1:24 am

Learn how to build modular and easily testable JVM apps with Micronaut, a modern, JVM-based Java framework. Benefit from fast startup time, reduced memory footprint, and minimal use of reflection. This course covers topics such as dependency injection, REST APIs, database access, error handling, and more. Perfect for developers building microservices with Java.

Add your review

Micronaut is a modern, JVM-based, full-stack Java framework designed for building modular, easily testable JVM apps. It currently supports Java, Kotlin, and Groovy.
It has the following benefits over other available frameworks like Spring boot:
1. Fast startup time – Thanks to Micronaut AOT. It reduces application startup time and deployment size by executing a number of operations during the build. It can precompute bean requirements and perform substitutions at build time, so that only classes that are going to be used in production are included.
2. Reduced memory footprint
3. Minimal use of reflection – It does the dependency injection at compile time, so it doesn’t make the use of reflection for dependency injection at run time.
4. Minimal use of proxies
5. No runtime bytecode generation
6. Easy Unit Testing

In this course, you will learn the following topics:
1. Creating a hello world application with Micronaut.
2. Dependency Injection and Bean concepts in Micronaut – Bean qualifiers, Bean priority, Bean lifecycle methods.
3. REST APIs with Micronaut – GET, POST, PUT, DELETE.
4. Micronaut Data – a database access toolkit that uses Ahead of Time (AoT) compilation to pre-compute queries for repository interfaces that are then executed by a thin, lightweight runtime layer.
5. Error handling
6. Flyway integration with micronaut for easy database migrations(production ready).
7. Shedlock integration with Micronaut for running scheduled tasks in distributed environment.
8. Interservice communication using HTTPClient.

Who this course is for:

  • Developers building microservices with Java
  • Learning about micronaut

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Free Microservices Tutorial – Microservices with Micronaut”

×

    Your Email (required)

    Report this page
    Free Microservices Tutorial – Microservices with Micronaut
    Free Microservices Tutorial – Microservices with Micronaut
    LiveTalent.org
    Logo
    LiveTalent.org
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.