📜  heroku no web processes running spring boot - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:59.952000             🧑  作者: Mango

代码示例1
Create Procfile with just

web: java -Dspring.profiles.active=default -Dserver.port=$PORT -jar target/*.jar

then on the heroku CLI :

heroku ps:scale web=1