2017年1月5日

spring+task配置

摘要: 1.spring+task文件配置 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 xmlns:xsi="http://www.w3.org 阅读全文

posted @ 2017-01-05 21:01 老邱2 阅读(343) 评论(0) 推荐(0) 编辑

spring+缓存

摘要: 1.配置ehcache.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ehcache updateCheck="false" dynamicConfig="false"> 3 <diskStore path="java.io.tmpdir"/> 4 阅读全文

posted @ 2017-01-05 19:57 老邱2 阅读(173) 评论(0) 推荐(0) 编辑

spring-task

摘要: cronExpression的配置说明,具体使用以及参数请百度google 字段 允许值 允许的特殊字符 秒 0-59 , - * / 分 0-59 , - * / 小时 0-23 , - * / 日期 1-31 , - * ? / L W C 月份 1-12 或者 JAN-DEC , - * / 阅读全文

posted @ 2017-01-05 18:13 老邱2 阅读(112) 评论(0) 推荐(0) 编辑

导航