Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/java-customer-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To run the example locally:
sbt sdk/publishM2
export AKKASERVERLESS_JAVA_SDK_VERSION="0.7.0-beta....-SNAPSHOT"
cd samples/java-customer-registry
mvn compile exec:java
mvn compile exec:java -DmainClass="customer.Main"
Comment thread
johanandren marked this conversation as resolved.
Outdated
```
* Start the proxy
* with in-memory store: `sbt proxy-core/run`
Expand Down