An open API service indexing awesome lists of open source software.

https://github.com/selimhorri/micronaut-app-demo

bootstrap a Micronaut Java application
https://github.com/selimhorri/micronaut-app-demo

batch documentation java micronaut micronaut-framework micronaut-java-application

Last synced: 3 months ago
JSON representation

bootstrap a Micronaut Java application

Awesome Lists containing this project

README

          

## Micronaut 2.4.1 Documentation

- [User Guide](https://docs.micronaut.io/2.4.1/guide/index.html)
- [API Reference](https://docs.micronaut.io/2.4.1/api/index.html)
- [Configuration Reference](https://docs.micronaut.io/2.4.1/guide/configurationreference.html)
- [Micronaut Guides](https://guides.micronaut.io/index.html)
---

## Feature tomcat-server documentation

- [Micronaut Tomcat Server documentation](https://micronaut-projects.github.io/micronaut-servlet/1.0.x/guide/index.html#tomcat)

## Feature http-client documentation

- [Micronaut HTTP Client documentation](https://docs.micronaut.io/latest/guide/index.html#httpClient)

## Micronaut sample code

![micronaut-code](https://user-images.githubusercontent.com/40203497/112547501-20957a80-8dbb-11eb-91e2-9873cc7e40a6.png)

This is a simple Rest endpoint created using Micronaut API

## Micronaut run

![micronaut-run](https://user-images.githubusercontent.com/40203497/112547645-4b7fce80-8dbb-11eb-8dd3-0b57afe4370d.png)

We notice that the app get started in 1085ms !!! very short period of time

## Micronaut endpoint result

![micronaut-hello](https://user-images.githubusercontent.com/40203497/112547814-8bdf4c80-8dbb-11eb-891b-489656775770.png)

Interesting !!!