部署在Elastic Beanstalk Java环境上的Spring Boot应用程序返回502

部署在Elastic Beanstalk Java环境上的Spring Boot应用程序返回502,第1张

部署在Elastic Beanstalk Java环境上的Spring Boot应用程序返回502

Nginx不知道您的spring boot applicaiton在哪个端口运行。通过在最后一步中将“ server.port =
5000”添加到application.properties或其他建议的方式,使应用程序在Nginx默认重定向到的端口5000上运行:

https://pragmaticintegrator.wordpress.com/2016/07/12/run-your-spring-boot-
application-on-aws-using-elastic-
beanstalk/



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5641428.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存