暂时注释掉界面和服务配置总量统计定时任务;

调整导入的最大限制为2w
This commit is contained in:
段冬梅
2019-04-01 11:44:17 +08:00
parent 851301c671
commit b372f4a9d8
2 changed files with 45 additions and 45 deletions

View File

@@ -110,10 +110,10 @@
</task:scheduled-tasks>
<!-- 定时任务配置 end -->
<!-- 统计页面配置总量和服务配置总量的定时任务配置 -->
<bean id="sysUserWarnTask" class="com.nis.web.controller.sys.StatisticSysUserWarnNumber"></bean>
<!-- <bean id="sysUserWarnTask" class="com.nis.web.controller.sys.StatisticSysUserWarnNumber"></bean>
<task:scheduled-tasks>
<task:scheduled ref="sysUserWarnTask" method="insertTotalInfo" cron="0 0/10 * * * ?" />
</task:scheduled-tasks>
</task:scheduled-tasks> -->
<!-- 默认的注解映射的支持org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping -->
<mvc:annotation-driven