Spring Boot 初始化分析 已注销 2018-12-02 112 阅读1分钟 使用 Spring Boot 启动一个微服务十分简单,只需要在启动类上调用 SpringApplication 的run方法即可 我们进入run方法进行分析,最终会调用如下方法