/micronaut

Examples of the most important features of this framework

Primary LanguageJava

My image

A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.

You can find the official documentation here

Features

  • Examples of Rest endpoints(Reactive return, Versioning, Path/Query param) Here
  • Example of how IoC works Here
  • Example of how AOP works here
  • Example of how Retry strategy works here
  • Example of how Http Filters works here

Run application

  • install micronaut and create project

    brew install micronaut
    
    mn create-app micronaut-features
    
    copy source there
    
  • Create the jar

    ./gradlew assemble
    
  • run the Java process

    java -jar build/libs/micronaut-features-0.1.jar