我使用Spring和MVC在Intellij IDEA 14.1.4上工作。 运行我的项目后,我收到了错误消息:
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.
我在互联网上搜索,我找到了解决问题的更多解决方案,但没有人能为我工作:(
他们是:"在\ conf \"中的logging.properties上添加这一行。
org.apache.jasper.compiler.TldLocationsCache.level = FINE
我这样做但没有任何事情发生。
http://i.imgur.com/RwWc7RC.png
第二个答案是:"在\ conf \"中的catalina.properties上添加此行。
org.apache.catalina.startup.ContextConfig.jarsToSkip =
但是,没有任何事情发生
http://i.imgur.com/wtfjqLl.png
那么有人能救我吗? :d Thx提前