配置监控信息,在web.xml中添加
<filter>
<description>拦截获取js与css过滤</description>
<filter-name>MergeFilter</filter-name>
<filter-class>com.njzxw.filter.MergeFilter</filter-class>
<init-param>
<!-- js合并输出路径 -->
<param-name>jsDir</param-name>
<param-value>${js.path}</param-value>
</init-param>
<init-param>
<!-- css合并输出路径 -->
<param-name>cssDir</param-name>
<param-value>${css.path}</param-value>
</init-param>
</filter>
...
Latest Versions
5 versions →| Version | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
1.0.x | 1.0.2 |
0
| Aug 03, 2017 | |
| 1.0.1 |
0
| Jul 29, 2017 | ||
| 1.0.0 |
0
| Jun 21, 2017 | ||
0.1.x | M1.0.1-releases |
0
| Jul 29, 2017 | |
0.0.x | M1.0.0-releases |
0
| Jun 21, 2017 |