发表评论取消回复
相关阅读
相关 死磕源码系列【springboot自动化配置类加载顺序源码详解AutoConfigureBefore、AutoConfigureAfter、AutoConfigureOrder】
> springboot的自动化配置类默认的加载及初始化顺序是按照字母顺序来的,当然也可以通过AutoConfigureBefore、AutoConfigureAfter、Au
相关 死磕源码系列【AutoConfigurationMetadataLoader之加载自动化配置元数据源码详解】
> spring-autoconfigure-metadata.properties配置文件配置JavaConfig自动化配置类注解的元数据信息,这些原数据信息可以帮助spri
相关 死磕源码系列【springboot之Bindable源码解析】
> Bindable是指可由Binder绑定的源(如:基本数据类型,java对象、List、数组等等),也可以理解为可以绑定到指定的属性配置的值。 Bindable属性源码
相关 死磕源码系列【springboot之BindResult源码解析】
> BindResult是Binder类返回绑定操作结果的容器对象,可能包含成功绑定的对象或空结果。 BindResult属性源码 private static
相关 死磕源码系列【PropertySourceLoader加载properties、yml配置文件源码详解】
> PropertySourceLoader接口实现类用来在项目启动的时候加载properties、xml、yml配置文件,其实现类一共有两个PropertiesPropert
相关 死磕源码系列【SpringApplicationRunListener监听器源码及加载过程解析】
> springboot提供了两个类SpringApplicationRunListeners、SpringApplicationRunListener(EventPublis
相关 死磕源码系列【springboot主配置源类加载the primary source to load】
通常使用springboot开发是会有一个主方法main方法入口: import org.springframework.boot.SpringApplication
相关 死磕源码系列【ConfigurationClass类源码分析】
> ConfigurationClass类代表一个用户定义的配置(@Configuration)类,包括@Bean注解标注的方法,包括所有在类的父类中定义的方法,用一种扁平化的
相关 死磕源码系列【ContextIdApplicationContextInitializer源码解析】
> ContextIdApplicationContextInitializer类是ApplicationContextInitializer初始化器接口实现类,会在应用程序启
相关 死磕源码系列【StandardServletEnvironment源码解析】
> spring中的StandardServletEnvironment将由基于servlet的web应用程序使用,所有基于servlet的web相关ApplicationCo
还没有评论,来说两句吧...