-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Austen Constable edited this page Sep 22, 2018
·
2 revisions
Welcome to the teamdashboard wiki!
mvn clean install
docker run --name mongo_container -p 27017:27017 -d mongo:3.6.8-stretch
mvn spring-boot:run -Dspring.boot.run.arguments="--spring.data.mongodb.host=localhost, --spring.data.mongodb.database=test, --spring.data.mongodb.post=27017"