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

https://github.com/tailrocks/tailrocks-micronaut-grpc-template

The sample Micronaut gRPC microservice.
https://github.com/tailrocks/tailrocks-micronaut-grpc-template

grpc java kotlin micronaut microservice

Last synced: about 2 months ago
JSON representation

The sample Micronaut gRPC microservice.

Awesome Lists containing this project

README

          

# tailrocks-example

This is a description of an example project. Please replace it with your description. All source code provided here is
just an example and never used by us in the production environment. This project shows the typical Micronaut gRPC
application structure and best practices that we use for creating such applications.

## How to use

1. Click on `Use this template` button in GitHub page to create your own repository based on this template. After that
go through `FIXME` label in the comments and replace with correct value.
2. Rename all modules to your project name. And please don't forget to rename java and kotlin packages as well.

## License

`tailrocks-micronaut-grpc-template` is available under the [MIT license](https://opensource.org/licenses/MIT).
See [LICENSE](LICENSE) for the full license text.