502 bad request on AWS Spring boot application

前端 未结 2 1123
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 10:43

Hi I am new AWS and trying to deploy spring boot application in Elastic Beanstalk . Deployment is successful but not able to access application .Getting 502 Bad Request Gate

2条回答
  •  情话喂你
    2021-01-14 11:23

    I also had the same issue. And the reason was the fact that i didn't correctly generate my jar. Instead of taking the classic jar from an clean install take the one from a clean package spring-boot:repackage

提交回复
热议问题