admin
2019-09-02 245f369b980e7d6f34a5a1aa9fb0bdaba1f63f5f
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");
    }
}