Skip to content

Boilerplate for starting a gRPC Java project using the Bazel build system.

License

Notifications You must be signed in to change notification settings

kouky/grpc-java-bazel-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Java Bazel Boilerplate

Boilerplate for commencing a new Java based gRPC microservice project using the Bazel build system.

Managing Third Party Dependencies

Third party dependencies are specified in dependencies.yaml and generated by bazel-deps.

To update or regenerate 3rdparty dependencies clone the bazel-deps repository, change directory into it, and run the following.

bazel run //:parse -- generate -r /path/to/grpc-java-bazel-boilerplate -s 3rdparty/workspace.bzl -d dependencies.yaml

About

Boilerplate for starting a gRPC Java project using the Bazel build system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published