Problems deploying jhipster app to heroku
问题 I'm trying to deploy a jhipster based app to heroku using the heroku subgenerator. Everything works and the app is deployed but it seems that the database is not properly configured (using Mysql). The thrown error is the following: org.springframework.context.ApplicationContextException: Heroku database URL is not configured, you must set $JDBC_DATABASE_URL Cannot find a solution in the documentation. Maybe i'm missing some configuration before deployment? 回答1: It sounds like the database