https://github.com/srclab-projects/grpc-spring-boot
Spring Boot Starter for gRPC
https://github.com/srclab-projects/grpc-spring-boot
grpc grpc-java grpc-spring-boot grpc-spring-boot-starter
Last synced: 2 months ago
JSON representation
Spring Boot Starter for gRPC
- Host: GitHub
- URL: https://github.com/srclab-projects/grpc-spring-boot
- Owner: srclab-projects
- License: apache-2.0
- Created: 2020-01-06T07:59:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T14:43:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T08:28:21.918Z (4 months ago)
- Topics: grpc, grpc-java, grpc-spring-boot, grpc-spring-boot-starter
- Language: Java
- Homepage: https://github.com/srclab-projects/grpc-spring-boot
- Size: 481 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Spring Boot Starter for gRPC
## Read Me:
- AsciiDoc:
* [English](docs/README_en.adoc)
* [简体中文](docs/README_zh.adoc)
- Markdown:
* [English](docs/README_en.md)
* [简体中文](docs/README_zh.md)
- HTML:
* [English](docs/README_en.html)
* [简体中文](docs/README_zh.html)More see [docs/](docs/)
## Build
This project depends on [boat-spring-boot](https://github.com/srclab-projects/boat-spring-boot), you may:
```shell
# build boat-spring-boot
git clone -b master https://github.com/srclab-projects/boat-spring-boot.gitcd boat-spring-boot && gradle clean build
# build grpc-spring-boot
git clone -b master https://github.com/srclab-projects/grpc-spring-boot.gitcd grpc-spring-boot && gradle clean build
```**Note:**
* Some properties should be configured if you want to enable publish to remote, see publish info part
of [build.gradle](build.gradle)
* `grpc-spring-boot` need `protoc` to compile protobuf files, some architectures don't support it (such as `ARM`);## Join
* [email protected]
* https://github.com/srclab-projects/grpc-spring-boot
* QQ group: 566185308## License
[Apache 2.0 license][license]
[license]: https://www.apache.org/licenses/LICENSE-2.0.html