喻健
2018-11-16 718ddb45b7f05a1d37c18ab7c3fc7862a2aa7d06
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");
    }
}