java.lang.IllegalArgumentException: taglib definition not consistent with specification version

web.xml报错 taglib标签错误,3.0要用jsp-config

<jsp-config>
    <taglib>
        <taglib-uri></taglib-uri>
        <taglib-location></taglib-location>
    </taglib>
</jsp-config>

原文地址:https://www.cnblogs.com/sunxucool/p/3315053.html