File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,14 @@ This is an example project demonstrating the usage of the Redis Sessions Java li
99If 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- docker compose up
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+ # build and start containers
19+ ./start-containers.sh
1320```
1421
1522### Remotely
@@ -58,4 +65,4 @@ After which you may run the app either directly from your IDE or as a simple jar
5865``` shell
5966mvn package
6067java -jar target/test-sessions-0.0.1-SNAPSHOT.jar --spring.profiles.active=docker
61- ```
68+ ```
You can’t perform that action at this time.
0 commit comments