Skip to content

Commit cc87347

Browse files
Update README.md
1 parent 7aa0fff commit cc87347

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Protostuff multi-module project code generation example
1+
## Protobuf multi-module project code generation example
22

3-
This example shows how to import message declarations from `proto` file that is in another module.
3+
This repo is for generating Java class from `.proto` message. It supports `proto2` and `proto3`.
44

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"
5+
### Command:
6+
7+
`mvn clean install`

0 commit comments

Comments
 (0)