./mvnw spring-boot:run
git rm --cached e-learning-web-app-api
heroku git:remote -a e-learning-web-app-api
git add . && git commit -m "updated" && git push heroku master
heroku ps:scale web=0
heroku ps:scale web=1
heroku config | grep CLEARDB_DATABASE_URL
heroku logs --tail