Spring 项目期望位于根目录,当它不在根目录时会感到害怕

发布于 2024-09-06 18:36:58 字数 337 浏览 1 评论 0原文

我有一个 Spring 项目,当它位于 Web 根目录时,它可以完美地工作 - 即 http://myserver/index.html 但当它不是时它会严重破坏 - 即 http://myserver/spring-project/index.html

有没有办法将 spring 配置为位于子目录中?浏览文档完全没有帮助。

I have a spring project that works beautifully when it's located at the web root - i.e. http://myserver/index.html but it breaks terribly when it's not - i.e. http://myserver/spring-project/index.html

Is there a way to configure spring to live in a subdirectory? Going through docs has been entirely unhelpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔嚣张 2024-09-13 18:36:58

Spring 不要求它位于根目录中即可工作。

如果它不起作用,那是因为您配置、打包和部署不正确。

我建议将 AppFuse 放在一边,并尝试几次手动成功地配置、打包和部署应用程序,直到您知道如何做到这一点。一旦你掌握了它,就可以引入 AppFuse 来减轻你的负担。

Spring does not require that it be in the root directory to work.

If it's not working, it's because you configured, packaged, and deployed it incorrectly.

I would recommend putting AppFuse aside and figuring out how to configure, package, and deploy an app successfully by hand a few times until you know how to do it cold. Once you have that in hand, then bring AppFuse in to lighten your load.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文