gpt4 book ai didi

amazon-web-services - server.servlet.context-path 不适用于 AWS 环境

转载 作者:行者123 更新时间:2023-12-05 07:05:55 27 4
gpt4 key购买 nike

我刚刚在 AWS elastic beanstack 上托管了我的 springboot 应用程序 (WAR),但发现了一个奇怪的问题

server.servlet.context-path=/app-name/api/v0

这在本地主机上工作得很好,但在通过 aws 部署后它不起作用,但是所有 API 也都在没有来自 AWS 的上下文路径的情况下工作:

示例:

http://awsaddress.com/login  -> its working, but it should like 

http://awsaddress.com/app-name/api/v0/login -> its not working

enter image description here

最佳答案

我知道这个帖子很老了,但我遇到了同样的问题。在我的例子中,解决方案是在 application.properties 中添加以下行:

server.contextPath = /artifactId
server.servlet.contextPath = /artifactId

关于amazon-web-services - server.servlet.context-path 不适用于 AWS 环境,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62650557/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com