gpt4 book ai didi

java - 如何指向不同位置的html文件?

转载 作者:行者123 更新时间:2023-12-01 14:09:28 26 4
gpt4 key购买 nike

我的情况是这样的:

MyApplication(folder)
|
| - server (folder)
| |
| | - some structure (folder)
| | |
| | - login.jsp
|
| - client (folder)
| |
| | - clientSoftware (folder)
| | |
| | | - index.html
| | | - something.html
| | | - otherSomething.html

我在 Apache Tomcat 服务器上运行它,我想要得到的是:

本地主机:8080/NameOfApplication/index.html

而不是本地主机:8080/NameOfApplication/client/clientSoftware/index.html

我正在使用 spring mvc。有什么办法可以做到这一点吗?

最佳答案

看看这个 example特别是第 6 部分。

<bean name="/welcome.htm" .
class="com.mkyong.common.controller.HelloWorldController" />

请注意,当他声明 bean 时,Web url 现在是 http://localhost:8080/SpringMVC/welcome.htm

关于java - 如何指向不同位置的html文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18641491/

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