如何在 Heroku 上正确部署 Spring Boot Web App?
How to properly deploy a Spring Boot Web App on Heroku?
我正在尝试将我的 Spring Boot Web 应用程序部署到 HEROKU,但出现以下错误:
***> -----> 在 Heroku-20 堆栈上构建
-----> Determining which buildpack to use for this app ! No default language could be detected for this app. HINT: This occurs
when Heroku cannot detect the buildpack to use for this application
automatically. See https://devcenter.heroku.com/articles/buildpacks
! Push failed***
我尝试手动将构建设置回 heroku/java,结果也出现错误。
该应用程序是在 java 中构建的,所以我不明白到底发生了什么。这是我第一次在线部署应用程序。任何帮助或指导将不胜感激
Beppe C. 给了我解决方案。我的 pom.xml 文件不在根目录下。我重组了我的回购协议,我克服了那个错误,但又遇到了另一个错误。
我正在尝试将我的 Spring Boot Web 应用程序部署到 HEROKU,但出现以下错误:
***> -----> 在 Heroku-20 堆栈上构建
-----> Determining which buildpack to use for this app ! No default language could be detected for this app. HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically. See https://devcenter.heroku.com/articles/buildpacks ! Push failed***
我尝试手动将构建设置回 heroku/java,结果也出现错误。 该应用程序是在 java 中构建的,所以我不明白到底发生了什么。这是我第一次在线部署应用程序。任何帮助或指导将不胜感激
Beppe C. 给了我解决方案。我的 pom.xml 文件不在根目录下。我重组了我的回购协议,我克服了那个错误,但又遇到了另一个错误。