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
- Host: GitHub
- URL: https://github.com/selimhorri/micronaut-app-demo
- Owner: SelimHorri
- Created: 2021-03-25T21:33:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T15:47:22.000Z (over 4 years ago)
- Last Synced: 2025-04-12T12:11:39.549Z (6 months ago)
- Topics: batch, documentation, java, micronaut, micronaut-framework, micronaut-java-application
- Language: Batchfile
- Homepage: https://hub.docker.com/r/selimhorri/micronaut-app-demo
- Size: 54.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

This is a simple Rest endpoint created using Micronaut API
## Micronaut run

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

Interesting !!!