作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚在 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
最佳答案
我知道这个帖子很老了,但我遇到了同样的问题。在我的例子中,解决方案是在 application.properties 中添加以下行:
server.contextPath = /artifactId
server.servlet.contextPath = /artifactId
关于amazon-web-services - server.servlet.context-path 不适用于 AWS 环境,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62650557/
我是一名优秀的程序员,十分优秀!