有道无术,术尚可求,有术无道,止于术。 本系列Spring Boot版本3.1.0 源码地址:https://gitee.com/pearl-organization/study-spring-boot3 文章目录 1. 前言2. SpringApplication2.1 成员属性2.2 构造函数2.3 run 方法2.4 其他方法 1. 前言 在使用Spring Boot开发应用时,我们只需要一个简单启动类,就能完成整个应用的加载启动。 public class MyApplication {public