ArtIsLong / ArtIsLong.github.io

我的个人仓库
1 stars 0 forks source link

SpringBoot启动原理分析 | ArtIsLong的博客 #14

Open ArtIsLong opened 5 years ago

ArtIsLong commented 5 years ago

http://www.chenmin.info/2017/12/09/SpringBoot%E5%90%AF%E5%8A%A8%E5%8E%9F%E7%90%86%E5%88%86%E6%9E%90/

前言用了差不多两年的SpringBoot了,可以说对SpringBoot已经很熟了,但是仔细一想SpringBoot的启动流程,还是让自己有点懵逼,不得不说是自己工作和学习的失误,所以以此文对SpringBoot的启动流程略作记录。 此文的SpringBoot启动流程分析是基于SpringBoot 1.x的,SpringBoot 2.x的启动流程与1.x的略有不同,后续再进行补充分析。