张乖乖_
张乖乖_
全部文章
Springboot
Docker(2)
java(1)
Java基础(21)
Java面试题(6)
MyBatis(2)
Netty(1)
Raft算法实现分布式一致性算法(1)
Redis(2)
SpringCloud全家桶(1)
数据库的爱恨情仇(2)
碎碎念(6)
归档
标签
去牛客网
登录
/
注册
张乖乖_的博客
全部文章
/ Springboot
(共2篇)
SpringBoot_day01自动配置
自动配置 自动装配原理 自动配置原理流程图 ========================================================================= <mark>【全图放不下,此处引入别人已经整理好的图片】</mark> ...
2021-12-24
0
347
SpringBoot_day02 启动原理
启动原理 1. SpringBoot 是如何通过jar包启动的 java -jar做了什么 先要弄清楚java -jar命令做了什么,在 oracle官网 找到了该命令的描述: If the -jar option is specified, its argument is the n...
2021-12-24
0
941