d18086321b | ||
---|---|---|
config/checkstyle | ||
gradle/wrapper | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
start-db.sh |
README.md
Getting Started
-
Install Docker.
-
Set up an environment variable
LAB_MONOLITH_DB_IP
and assign the docker host's IP.For docker machine type
docker-machine env
and the value of$DOCKER_HOST
, otherwiselocalhost
is probably correct. -
Set up an environment variable
LAB_MONOLITH_DB_PASSWORD
and assign any password. -
./start-db.sh
Starts a PostgreSQL database using the password from
LAB_MONOLITH_DB_PASSWORD
. -
gradle bootRun