Skip to content

Commit 23605df

Browse files
committed
Improved configuration
1 parent ab0cfa2 commit 23605df

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2735
mvn 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

config/rating-service.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
rate=10
2-
maxAllowedApartmentsPerRealtor=5

0 commit comments

Comments
 (0)