yujian
2019-07-16 0ddd2ceac4f4f818d86b8f900df0c708e7b2f77d
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");
    }
}