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