yujian
2019-08-03 1190a0881c6dcd0cbb9117d4d7c0f3a57d99bf23
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");
    }
}