如何将web.xml中的jsp-config标签传输到spring boot?

时间:2015-09-15 00:06:51

标签: spring-boot

我正在使用web.xml中的标签,如下所示。

<jsp-config>
        <jsp-property-group>
            <url-pattern>*.jsp</url-pattern>
            <include-prelude>/WEB-INF/pages/comm/base.jspf</include-prelude>
            <trim-directive-whitespaces>true</trim-directive-whitespaces>
            <default-content-type>text/html</default-content-type>
        </jsp-property-group>
</jsp-config>

如何将其传输到弹簧靴?

0 个答案:

没有答案