package com.yeshi.fanli.job; import org.springframework.stereotype.Component; @Component public class TestJob { public TestJob() { System.out.println("TestJob"); } }