973b050b65 | ||
---|---|---|
config/checkstyle | ||
src | ||
.gitignore | ||
README.md | ||
build.gradle | ||
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
,
otherwise localhost
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
- Open http://localhost:8080