且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Spring添加标签构建错误

更新时间:2023-12-04 23:43:10

您不需要在web.xml中配置taglib。只需确保org.springframework.web.servlet-xxx.jar在您的类路径(web-inf / lib)上。它包含TLD文件。

You shouldn't need to configure the taglib in web.xml. Just make sure the org.springframework.web.servlet-xxx.jar is on your classpath (web-inf/lib). It contains the TLD files.