最近想用springboot 整合birt ,不知道WEB.XML下的<jsp-config>
<taglib>
<taglib-uri>/birt.tld</taglib-uri>
<taglib-location>/WEB-INF/tlds/birt.tld</taglib-location>
</taglib>
</jsp-config>
如何在springboot配置或者说就不用配置直接放在web-inf下tlds文件夹下就行了