File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,20 @@ Sandbox to play with spring cloud features
2121
2222# Dev
2323
24+ ## Before
25+
26+ - Set up ** JAVA_CLUB_SRC_HOME** environment variable that point to folder with project ` spring-cloud `
27+
28+ - If you have issues with test containers (docker images) then check if you have ` DOCKER_HOST ` environment variable.
29+ If no then add it using this : ` export DOCKER_HOST=unix:///var/run/docker.sock ` (example for * Docker For Mac* )
30+
31+
2432## Build
2533
2634``` bash
2735mvn clean install
2836```
2937
30- ** Notice** : if you have issues with test containers (docker images) then check if you have ` DOCKER_HOST ` environment variable.
31- If no then add it using this : ` export DOCKER_HOST=unix:///var/run/docker.sock ` (example for * Docker For Mac* )
32-
3338## Run
3439
3540``` bash
Original file line number Diff line number Diff line change 11rate =10
2- maxAllowedApartmentsPerRealtor =5
You can’t perform that action at this time.
0 commit comments