【发布时间】:2017-01-26 12:29:09
【问题描述】:
我正在尝试使用 heroku 子生成器将基于 jhipster 的应用程序部署到 heroku。一切正常,应用程序已部署,但似乎数据库配置不正确(使用 Mysql)。抛出的错误如下:
org.springframework.context.ApplicationContextException: Heroku database URL is not configured, you must set $JDBC_DATABASE_URL
在文档中找不到解决方案。 也许我在部署之前缺少一些配置?
【问题讨论】:
标签: java spring heroku jhipster