标签:http factor figure res 路径 参数配置 配置 element frame
- 指定什么情况下加载配置
- 使用enableconfigurationProperties注解指定参数配置文件
- 通过构造器注入configurationProperties注解文件(其他方法也可)
- 使用conditionalOnMissingBean注解创建默认情况下bean实例,并将默认参数传入
- 指定yml配置文件的配置路径
- 在文件内配置指定路径的默认参数
定义启动类的全路径和自定义的被启动类的全路径,例如:
1 org.springframework.boot.autoconfigure.EnableAutoConfiguration=2 cn.thyonline.house.autoconfig.HttpCientAutofiguration
- @Target(ElementType.TYPE)
- @Retention(RetentionPolicy.RUNTIME)
- @Import(自定义起步.class)
- 在主启动类里面使用注解@刚刚编写的启动类
标签:http factor figure res 路径 参数配置 配置 element frame
原文地址:https://www.cnblogs.com/thyHome/p/9245827.html