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

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -