随笔分类 -  SpringBoot

摘要:You often won’t need to use application events, but it can be handy to know that they exist. Internally, Spring Boot uses events to handle a variety o 阅读全文
posted @ 2016-08-31 09:39 GrandKai 阅读(1349) 评论(0) 推荐(0)
摘要:1、系统自动生成 SpringApplication.run(XX.class, args); 2、创建SpringApplication对象 SpringApplication app = new SpringApplication(DemoApplication.class); app.setBannerMode(Banner.Mode.OFF); app.run(); 3、Fluent... 阅读全文
posted @ 2016-08-30 16:44 GrandKai 阅读(6741) 评论(0) 推荐(1)