Java - 如何在没有web.xml的情况下加载xml

时间:2017-09-08 06:58:17

标签: java web.xml spring-java-config

大多数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代码中。

0 个答案:

没有答案