我创建了我的非maven java web应用程序的war文件。我不知道在Heroku上部署这个应用程序。请帮忙。
答案 0 :(得分:0)
当然可以。创建Heroku帐户并按照部署部分文档进行操作。 但是,由于过于通用而且没有谷歌搜索,我会将问题标记下来。
答案 1 :(得分:0)
heroku war:deploy war file location --app appName;"
if this show error as follows
ERROR: Your buildpacks do not contain the heroku/jvm buildpack!Add heroku/jvm to your buildpack configuration or run `heroku buildpacks:clear
then run the following command
heroku buildpacks:clear --app APP
and again run
heroku war:deploy war file location --app appName;"
你的战争档案将被成功驱逐。