我application.properties使用从终端运行heroku config
时看到的DATABASE_URL,使用spring.datasource.url属性配置了www.example.com中的数据库
从IntelliJ运行应用程序时,我收到“Postgresql驱动程序声明不接受JDBC URL”错误。
在this post中尝试了解决方案,但没有一个有帮助。
我application.properties使用从终端运行heroku config
时看到的DATABASE_URL,使用spring.datasource.url属性配置了www.example.com中的数据库
从IntelliJ运行应用程序时,我收到“Postgresql驱动程序声明不接受JDBC URL”错误。
在this post中尝试了解决方案,但没有一个有帮助。
1条答案
按热度按时间4ioopgfo1#
我正在Heroku Postgres上部署。我在Heroku文档中找到了一个工作解决方案。
可以通过终端中的heroku cli访问正确的jdbc url:
我把网址放到src/main/resources/ www.example.com中application.properties,如下所示: