摘要:
File-》Settings-》Live Templates 新建组 类: 编辑变量 方法: 变量 params 变量: groovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\\\]|\\\\s]', '').s 阅读全文
摘要:
程序入口类中加入注解 @EnableScheduling 配置定时任务为并行 编写定时器类 如果定时器遇到异常,并不会使定时器断掉,抛出异常后会重新运行。 阅读全文