Tubetrue01 / articles

0 stars 0 forks source link

SpringBoot 系列(一)从启动开始 | Tubetrue01 #35

Open Tubetrue01 opened 2 years ago

Tubetrue01 commented 2 years ago

https://tubetrue01.github.io/articles/2021/10/13/java_spring/SpringBoot%E7%B3%BB%E5%88%97(%E4%B8%80)%E4%BB%8E%E5%90%AF%E5%8A%A8%E5%BC%80%E5%A7%8B/

引言 SpringBoot 的出现,大大简化了 Spring 依赖配置,让我们可以快速搭起 Web 项目。本系列文章将带你从源码角度分析 SpringBoot 背后的原理。 run() 方法我们知道,大部分语言都以 main 为起点,SpringBoot 也不例外,一个标准的 SpringBoot 启动类如下: 1234567@SpringBootApplicationpublic class