账单生成(每月1号凌晨1点生成上个月账单)

This commit is contained in:
yiyan
2019-02-12 20:12:29 +08:00
parent d7581651e6
commit 2a29aade77
7 changed files with 134 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<!-- @Controller注解的使用前提配置 -->
<mvc:annotation-driven />
<!-- 扫描指定包 -->
<context:component-scan base-package="com.ifish.ueditor.action,com.ifish.action,com.ifish.exception" />
<context:component-scan base-package="com.ifish.ueditor.action,com.ifish.action,com.ifish.exception,com.ifish.job" />
<!-- 静态资源访问,资源缓存一年 -->
<mvc:resources mapping="/ueditor/**" location="/ueditor/" cache-period="1500" />