admin
2019-07-31 c0a5ac3b8c30cc3c97b0f4b82172ed0a7f1db6bb
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.job;
 
import org.springframework.stereotype.Component;
 
@Component
public class TestJob {
 
    public TestJob() {
        System.out.println("TestJob");
    }
}