Skip to content

thomasdarimont/spring-boot-protobuf-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Google Protocol Buffers for High Speed REST (V2)

Revised and updated Josh Longs original Spring Boot Google Protocol Buffers example project with Spring Boot 1.4.3.RELEASE an integrated protobuf-compiler maven setup.

The compilation of the protocol buffers specifications will be performed during the maven build.

Build

To build the example just execute:

mvn clean package

Run

To run the example just execute:

java -jar target/spring-protobuf-example-*-SNAPSHOT.jar