首页 > 代码库 > 解决At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this log

解决At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this log

pom增加:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>

解决At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this log