We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e23e4 commit 3ed979fCopy full SHA for 3ed979f
samples/bookstore-demo/README.md
@@ -9,6 +9,13 @@ This is an example project demonstrating the usage of the Redis Sessions Java li
9
If you want to run the whole thing within docker (the project itself as well as the accompanying services) you may do so using:
10
11
```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
19
docker compose up
20
```
21
0 commit comments