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 fb62712 commit 6da681aCopy full SHA for 6da681a
protobuf/readme.md
@@ -2,8 +2,9 @@
2
If you want to use the protocol buffers compiler `protoc` manually, navigate to the folder of the source code and
3
execute the command below:
4
5
-> protoc -I=./main/resources --java_out=./main/java ./main/resources/adressbook.proto
6
-
+```
+protoc -I=./main/resources --java_out=./main/java ./main/resources/adressbook.proto
7
8
9
## Protobuf Maven Plugin
10
With the `protoc-jar-maven-plugin` in the `pom.xml` the .proto files are searched under the `src/main/resources` folder
0 commit comments