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.
- Host: GitHub
- URL: https://github.com/tailrocks/tailrocks-micronaut-grpc-template
- Owner: tailrocks
- License: mit
- Created: 2021-04-30T13:20:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T14:56:12.000Z (over 2 years ago)
- Last Synced: 2025-06-15T15:25:09.805Z (about 1 year ago)
- Topics: grpc, java, kotlin, micronaut, microservice
- Language: Java
- Homepage:
- Size: 170 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.