We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa0fff commit cc87347Copy full SHA for cc87347
README.md
@@ -1,7 +1,7 @@
1
-# Protostuff multi-module project code generation example
+## Protobuf multi-module project code generation example
2
3
-This example shows how to import message declarations from `proto` file that is in another module.
+This repo is for generating Java class from `.proto` message. It supports `proto2` and `proto3`.
4
5
-1. Module `common` contains declaration of `KeyValue` message in the [common.proto](common/src/main/resources/common.proto).
6
-2. Module `foo` uses `KeyValue` from [common.proto](common/src/main/resources/common.proto), see [foo.proto](foo/src/main/resources/foo.proto).
7
-"# protobuf-multimodule-java-converter"
+### Command:
+
+`mvn clean install`
0 commit comments