Update SpringTaskConfig.java

This commit is contained in:
macro 2020-07-23 20:33:40 +08:00
parent 3b94588665
commit b7bbee4a6e

View File

@ -4,7 +4,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
* 定时任务配置
* 定时任务相关配置
* Created by macro on 2019/4/8.
*/
@Configuration