admin
2019-05-22 9b4bf99c1a30f3a7c2bdd6faba7589ff4f7e48e5
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");
    }
}