Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starichkov/micronaut-micro-service
Micronaut framework based example of the micro-service with HTTP endpoints (often called as REST) and multiple additional features.
https://github.com/starichkov/micronaut-micro-service
docker docker-compose java micronaut micronaut-framework microservice
Last synced: 11 days ago
JSON representation
Micronaut framework based example of the micro-service with HTTP endpoints (often called as REST) and multiple additional features.
- Host: GitHub
- URL: https://github.com/starichkov/micronaut-micro-service
- Owner: starichkov
- License: mit
- Created: 2022-09-09T15:30:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:56:25.000Z (2 months ago)
- Last Synced: 2024-09-16T22:05:49.544Z (2 months ago)
- Topics: docker, docker-compose, java, micronaut, micronaut-framework, microservice
- Language: Java
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/starichkov/micronaut-micro-service/maven.yml?style=for-the-badge)](https://github.com/starichkov/micronaut-micro-service/actions/workflows/maven.yml)
[![codecov](https://img.shields.io/codecov/c/github/starichkov/micronaut-micro-service?style=for-the-badge)](https://app.codecov.io/github/starichkov/micronaut-micro-service)
[![GitHub license](https://img.shields.io/github/license/starichkov/micronaut-micro-service?style=for-the-badge)](https://github.com/starichkov/micronaut-micro-service/blob/main/LICENSE.md)Micronaut microservice
=
This project is a Micronaut framework based, 'ready-to-play' micro-service.## Technical information
| Name | Version |
|-----------|---------|
| Java | 21 |
| Maven | 3.8.1+ |
| Micronaut | 4.6.2 |## GraalVM build
```
mvn clean package -Pgraalvm -Dpackaging=native-image -e -X
```---
## Micronaut
- [Releases](https://github.com/micronaut-projects/micronaut-core/releases)
- [User Guide](https://docs.micronaut.io/latest/guide/index.html)
- [API Reference](https://docs.micronaut.io/latest/api/index.html)
- [Configuration Reference](https://docs.micronaut.io/latest/guide/configurationreference.html)
- [Micronaut Guides](https://guides.micronaut.io/index.html)---
## Feature http-client documentation
- [Micronaut HTTP Client documentation](https://docs.micronaut.io/latest/guide/index.html#httpClient)
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).