我在Heroku上部署了我的Spring MVC应用程序......但是日志显示错误
Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: ERROR: current transaction is aborted, commands ignored until end of transaction block
我不明白为什么这个错误正在发生,因为我是Postgres的新手。虽然我的应用程序在本地postgres上运行顺利,但在Heroku上却抛出了这个错误
这是我的Procfile
web: java $JAVA_OPTS -jar target/dependency/webapp-runner.jar --port $PORT target/*.war
图片中的这一行