|
|
||
|---|---|---|
| config/checkstyle | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| build.gradle | ||
| start-db.sh | ||
README.md
Getting Started
-
Install Docker.
-
Set up an environment variable
LAB_MONOLITH_DB_IPand assign the docker host's IP.For docker machine type
docker-machine envand the value of$DOCKER_HOST, otherwiselocalhostis probably correct. -
Set up an environment variable
LAB_MONOLITH_DB_PASSWORDand assign any password. -
./start-db.shStarts a PostgreSQL database using the password from
LAB_MONOLITH_DB_PASSWORD. -
gradle bootRun