Merge branch 'master' into docker_package
This commit is contained in:
commit
3c5c26b7de
|
@ -17,9 +17,9 @@ import java.util.Date;
|
||||||
* 清理操作日志表任务
|
* 清理操作日志表任务
|
||||||
*/
|
*/
|
||||||
@Component("clearLogTask")
|
@Component("clearLogTask")
|
||||||
public class clearLogTask implements ITask {
|
public class ClearLogTask implements ITask {
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(clearLogTask.class);
|
private static final Logger logger = LoggerFactory.getLogger(ClearLogTask.class);
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private SysLogOperationDao sysLogOperationDao;
|
private SysLogOperationDao sysLogOperationDao;
|
Loading…
Reference in New Issue