Spring容器的refresh()
1、prepareRefresh()刷新前的预处理; 1)、initPropertySources()初始化一 … Read moreSpring容器的refresh()
1、prepareRefresh()刷新前的预处理; 1)、initPropertySources()初始化一 … Read moreSpring容器的refresh()
整体上来说就是启动时会通过SpringApplication的构造函数调用SpringFactoriesLoa … Read moreSpringBoot 项目启动分析
使用插件可以让 spring boot 项目中自己定义的PropertiesConfiguration类属性在 … Read morespring boot 配置文件自定义属性开启提示
Properties are considered in the following order: Devto … Read moreSpring Boot properties 优先级顺序
17.Spring bean 和依赖注入 你可以自由的使用任何一种 spring 框架技术定义 bean 和他 … Read moreSpring Boot 学习笔记2 – Spring Bean 和依赖
14.代码结构 Spring Boot 没有要求必须是某种代码结构,但是有一些最佳的实践。 14.1 使用默认 … Read moreSpring Boot 学习笔记 – 代码结构