microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

OrderServiceGrpc missing #30

Closed nililee closed 5 years ago

nililee commented 5 years ago

Hi Chris, When I checked out your git source, I found OrderServiceGrpc class is missing. Can you fix this?

cer commented 5 years ago

That class is code generated by the Gradle protobuf plugin that is automatically ran as part of the build process.

You can run it directly with ./gradlew :ftgo-order-service:generateProto