添加文件服务
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.tashow.cloud.system.job.demo;
|
||||
|
||||
import com.tashow.cloud.tenant.core.job.TenantJob;
|
||||
import com.xxl.job.core.handler.annotation.XxlJob;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@@ -8,7 +7,6 @@ import org.springframework.stereotype.Component;
|
||||
public class DemoJob {
|
||||
|
||||
@XxlJob("demoJob")
|
||||
@TenantJob
|
||||
public void execute() {
|
||||
System.out.println("美滋滋");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user