admin
2019-06-10 6b8ab82d1d7fb9d44d85eeb1dfd2e36d3c28c9cf
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");
    }
}