Administrator
2018-11-09 fdff4c4c320fdbaa9bf789a9dae74e2c18fb9d99
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");
    }
}