简体   繁体   English

Java Spring Runtime错误

[英]Java Spring Runtime error

I'm getting this error while running my application in eclipse by tomcat 在tomcat的Eclipse中运行我的应用程序时出现此错误

[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Project' did not find a matching property.

As a result I'm getting resource not found error in browser 结果是我在浏览器中发现资源未找到错误

I also wanted to know, is this is what causing 404 error 我也想知道,这是什么导致404错误

Seems like there's a problem with you eclipse setup. 似乎您的日食设置有问题。

I know it can be hard to set up Spring in eclipse. 我知道在Eclipse中设置Spring可能很困难。 There are a lot of ways to mess it up and produce unexpected errors. 有很多方法可以使其混乱并产生意外错误。

Instead of learning the exact reason why you install failed I suggest looking into a eclipse verison with spring built in. The creators of spring understood the possible difficulties associated with their product and generously created a Spring Tools Suite here's a link, https://spring.io/tools 建议不要研究安装失败的确切原因,而建议查看内置了Eclipse的日食版本。spring的创建者了解与其产品相关的可能困难,因此慷慨地创建了Spring Tools Suite,这里是链接, https:// spring .io /工具

I strongly suggest you use STS for all your spring related development... As they(the creators) also suggest on their site. 我强烈建议您将STS用于所有与弹簧相关的开发...因为他们(创建者)也在他们的网站上建议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM