摘要: 二、SpringApplication.run(String... args)方法解析 1.1 stopWatch.start()分析 分析: 记录当前时间的毫秒值,用于计算启动spring容器时耗时 1.2 配置headless系统变量参数 1.3 创建发布事件的监听器 分析: 也是通过加载/ME 阅读全文
posted @ 2019-08-16 16:53 张界 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 一、SpringApplication(ResourceLoader, Class<?>...)分析: 1.1 确定Spring容器类型 分析: 判断,如果能加载org.springframework.web.reactive.DispatcherHandler,并且不能加载org.springfr 阅读全文
posted @ 2019-08-16 14:26 张界 阅读(699) 评论(0) 推荐(0) 编辑