- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我从 putty 收到此错误消息:
Error: No Spring WebApplicationInitializer types detected on classpath.
当我使用 eclipse 和 maven 部署 WAR 文件时。现在我使用的是jre 1.8和tomcat版本7。我检查了编译器,它的版本是1.8。这个问题有什么解决办法吗?我还启用了自动构建选项。
这些是我从 putty 收到的错误消息
17-Jan-2017 17:50:03.587 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-9485"]
17-Jan-2017 17:50:11.982 INFO [ruthhere.cafe24.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Jan-2017 17:50:11.989 INFO [ruthhere.cafe24.com-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
最佳答案
我现在就解决了这个问题。我一直收到这个错误的原因是因为我的java版本和eclipse项目属性中的java版本不匹配。首先,我检查了我拥有的java版本。然后打开 pom.xml 并更改 java 版本,使其与 java 版本匹配。
<java-version>1.7</java-version>
另外,我检查了窗口>属性>项目方面并也更改了java版本。
关于java - 信息 : No Spring WebApplicationInitializer types detected on classpath (jre 1. 8),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41711391/
我是一名优秀的程序员,十分优秀!