yujian
2019-01-26 eaf1a618e98afe51bd053a7f0a3d629f170a8460
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");
    }
}