gpt4 book ai didi

java - Spring MVC - Eclipse 警告 - 验证消息

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

我尝试寻找答案,但不断收到误报,因为这是“验证消息”警告。我有一个带有这一行的jsp

<a href="login">Member Home</a>

映射到

@RequestMapping(value = "/login", method = RequestMethod.GET)
public String login(ModelMap model){
return "home";
}

此设置完全按照 Spring Security 拦截请求的方式工作,但我从 Eclipse 收到警告

WebContent/login not found.

这个警告是有道理的,因为我实际上没有一个名为登录的文件,但是我是否缺少一个阻止警告的步骤。

我也意识到这只是一个警告,我可以忍受它,但我真的很想避免这种情况,特别是如果它以后会导致更大的问题。

使用:JBoss 7.1 上的 Spring 3.1.0 和 Spring Security 3.1.2

编辑:更完整的警告:

Description                 Resource    Path            Location    Type
WebContent/login not found. index.jsp /RMS/WebContent line 11 Validation Message

第 11 行是我上面发布的 html 链接代码。

最佳答案

通过“验证消息”类型,Eclipse 告诉您警告不是来自任何“外部”插件,而是来自 Eclipse 本身(除非插件报告错误的类型)。我的直觉告诉我源是“JSP 内容 validator ”(Eclipse 或项目首选项 -> 验证)。不幸的是,它只能关闭/打开,而不能真正配置。

关于java - Spring MVC - Eclipse 警告 - 验证消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16530169/

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