Skip to content

vishrantgupta/protobuf-multimodule-java-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf multi-module project code generation example

This repo is for generating Java class from .proto message. It supports proto2 and proto3.

Command:

mvn clean install

Please note the directory structure, where you have to place the proto files (you are create a subfolder):

src
 |---- main
        |----- proto
   

Change following statement in pom.xml

<protocExecutable>path_of_protoc.exe</protocExecutable>

Known: improvement can be done for dependency management

About

Converts .proto to Java classes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages