2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-12 8a08fb52c939ffc4fbad3e9ba376e64e1520a10d
sandu-common/src/main/java/com/sandu/common/quartz/ExecutionJob.java
@@ -11,6 +11,7 @@
    @Override
    protected void executeInternal(JobExecutionContext context) {
        System.out.println("执行任务");
        System.out.println(Thread.currentThread().toString());
    }
}