admin
2018-12-07 9e1adbbbf0992ac0cb3c6a3d2d70f7f63db08c70
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");
    }
}