账单生成(每月1号凌晨1点生成上个月账单)
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user