@Component
public class runner implements CommandLineRunner {
@Override //重写run方法
public void run(String... args) throws Exception {
}
}
@Component
public class runner implements CommandLineRunner {
@Override //重写run方法
public void run(String... args) throws Exception {
}
}

被折叠的 条评论
为什么被折叠?