Skip to content

Files

Latest commit

ac9dcf3 · Dec 21, 2020

History

History
22 lines (15 loc) · 693 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 693 Bytes

Build Status   license

Blog Example

This example shows a simple Blog Context application.

Running

A local gRPC server receiving commands and queries for the Blog Context can be started with:

./gradlew :server:run

By default, it listens on the port 50051. To start it on a different port, use:

/gradlew :server:run -Dport=PORT_NUMBER