@Component
public class completefileService implements ApplicationRunner {
@Override
public void run(ApplicationArguments args) throws Exception {
System.out.println("run");
}
}
微信扫一扫
@Component
public class completefileService implements ApplicationRunner {
@Override
public void run(ApplicationArguments args) throws Exception {
System.out.println("run");
}
}
相关推荐