大多数Spring开发人员都知道Spring.xml需要Web.xml。
但是Spring java配置改为“Web.xml”。
我想知道这个
web.xml已加载到tomcat服务器
在web.xml中要执行的许多功能
如何转换此
<jsp-config>
<taglib>
<taglib-uri>
/WEB-INF/tags/custom.tld
</taglib-uri>
<taglib-location>
/WEB-INF/tags/custom.tld
</taglib-location>
</taglib>
<jsp-config>
仅在java代码中。