📅  最后修改于: 2022-03-11 14:57:59.952000             🧑  作者: Mango
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