Skip to content

Commit 3ed979f

Browse files
committed
update readme to include instructions to build jar first
1 parent 28e23e4 commit 3ed979f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples/bookstore-demo/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ This is an example project demonstrating the usage of the Redis Sessions Java li
99
If you want to run the whole thing within docker (the project itself as well as the accompanying services) you may do so using:
1010

1111
```shell
12+
# ensure you have jdk 17+ installed, ex with sdkman
13+
# sdk install java 17.0.13-amzn
14+
15+
# ensure you have maven if needed
16+
# brew install maven
17+
18+
mvn package
1219
docker compose up
1320
```
1421

0 commit comments

Comments
 (0)