我的Spring-boot休息网站(我尝试过2种不同的应用程序)在访问时崩溃了。两者都是简单的rest应用程序,它们使用JpaRepository进行任何交互(我让jpa处理rest控制器,dao和service)。他们俩都在本地工作。
我还没有将其连接到远程数据库,而只是试图首先使站点运行。另外,我对Procfile并没有做任何事情,只是按照heroku文档https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku来部署网站
我尝试了另一个应用程序,检查以确保未在.properties文件中启用端口,并尝试禁用“收藏夹”(只是b / c这是其中一个错误)
我想我缺少使网站在Heroku上运行所需的一些标准依赖项或设置,只是不确定它是什么。错误消息是:
2019-06-20T20:33:18.260830+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=nameless-waters-73406.herokuapp.com request_id=ca955105-dc3d-4438-9d7f-41e56f1bbab0 fwd="73.57.193.13" dyno= connect= service= status=503 bytes= protocol=https
2019-06-20T20:33:20.161087+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=nameless-waters-73406.herokuapp.com request_id=af495ed6-9e49-406f-ad9d-7b5c8ce60a35 fwd="73.57.193.13" dyno= connect= service= status=503 bytes= protocol=https