摘要: @Resource(name = "jobTaskExecutor") protected TaskExecutor jobTaskExecutor; @Override public void execute() throws Exception { // 初始化执行数据 String param 阅读全文
posted @ 2021-09-20 15:16 这很周锐 阅读(74) 评论(0) 推荐(0) 编辑
摘要: /** * * <b>创建缓存</b> * <p> * 创建缓存,若已存在直接返回。 * <p> * @param cacheName * @return Ehcache */ public static Ehcache createCache(String cacheName) { Ehcache 阅读全文
posted @ 2021-09-20 14:16 这很周锐 阅读(64) 评论(0) 推荐(0) 编辑