1、编写properties文件

2、编写配置类

3、编译项目将target\classes\META-INF\spring-configuration-metadata.json文件copy到resources\META-INF目录 注:编译自动生成需要引入包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> </dependency> 这样以达到配置文件中自动提示配置项

4、配置文件中配置

5、其他类中可自动注入使用