码迷,mamicode.com
首页 > 编程语言 > 详细

springboot项目初始化加载

时间:2018-08-19 01:05:30      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:nts   实现   style   加载   runner   ...   color   div   使用   

@Component
public class Runner implements CommandLineRunner { 
   @Override
   public void run(String... args) throws Exception {
     System.out.println("The Runner start to initialize ...");
   }
}

项目启动的时候加载缓存之类的可以使用此方法,主要是实现CommandLineRunner,然后重写run方法

springboot项目初始化加载

标签:nts   实现   style   加载   runner   ...   color   div   使用   

原文地址:https://www.cnblogs.com/huangtao1927/p/9499120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!