Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.44 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.44 KB

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Run Application

$ mvn clean install -Dmaven.test.skip=true
$ docker-compose build --no-cache
$ docker-compose up -d
$ docker-compose down

Clear cache

$ docker exec -it redis-db redis-cli FLUSHALL

Useful links