@Component
public class completefileService implements ApplicationRunner {
@Override
public void run(ApplicationArguments args) throws Exception {
System.out.println("run");
}
}
springboot启动执行一次的代码
阅读 52
2022-02-10
@Component
public class completefileService implements ApplicationRunner {
@Override
public void run(ApplicationArguments args) throws Exception {
System.out.println("run");
}
}
相关推荐
精彩评论(0)