maven搭建springmvc环境时测试问题

发布于 2021-11-29 10:29:50 字数 896 浏览 444 评论 3

1.配置没有出现错误,可以正常发布在tomcat服务器上。

2.控制层测试代码

@Controller
public class indexController {

    @RequestMapping("hello")
    public String helloworld(){
        return "idnex1";
    }
}

3.测试路径http://localhost:8080/demo/hello1.html

    页面显示错误

HTTP Status 404 -

type Status report

message

description The requested resource is not available.


Apache Tomcat/8.0.33

4.发布到服务器时跟路径也无法得到 http://localhost:8080/demo/

警告: No mapping found for HTTP request with URI [/demo/] in DispatcherServlet with name 'Dispatcher'

求大神建议


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

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

发布评论

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

评论(3

彼岸花ソ最美的依靠 2021-12-01 13:26:44

@RequestMapping("hello"),那么请求就是“hello”,为什么后面多了一个1,你又没有使用通配符

无边思念无边月 2021-12-01 11:52:52

同意楼上的,就发这点东西看啥。。。还demo出来了。。

天涯离梦残月幽梦 2021-11-30 03:35:40

看不懂说些什么乱七八糟的。。。

demo 这个单词从哪冒出来的?项目名?你没有项目名的话,还http://localhost:8080/demo/hello1.html干嘛?直接http://localhost:8080/hello1.html 不就得了。。

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