yujian
2019-07-31 f4548a3ee46afe45da4ee2a42dc169c575deee9f
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");
    }
}