java - Cf push fail to deploy Spring boot application in clod foundary -


i developing spring boot application , while deploying through cf push< application>,i getting error creating route demo.cfapps.io failed

my application name demo , cloud env cloud foundary

i tried deploying through sts cf,but both way didn't succeed

cf push app-name creates url route application in form host.domain, host app-name , domain specified administrator. domain isshared-domain.com. example: cf push my-app creates url my-app.shared-domain.com seems demo hostname there in cloud foundary.so need change host name through below command.in case

cf push demo -n demo001 

same way need change appname in sts while deployment process wizard asks.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -