Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 546 Bytes

README.adoc

File metadata and controls

18 lines (12 loc) · 546 Bytes

eventstore-org-examples Build Status

bootstrap event store
./gradlew docker:composeUp -P=profile=gradle-all

http :8080/message message=hello!        # { "nextExpectedVersion": 0 }
http :8080/message message=hello\ again! # { "nextExpectedVersion": 1 }

http :8080/messages/0
http :8080/messages/1

./gradlew docker:composeDown  -P=profile=gradle-all