SpringBoot配置类编写
发表于:2024-11-24 作者:热门IT资讯网编辑
编辑最后更新 2024年11月24日,1、编写properties文件2、编写配置类3、编译项目将target\classes\META-INF\spring-configuration-metadata.json文件copy到resou
1、编写properties文件
2、编写配置类
3、编译项目将target\classes\META-INF\spring-configuration-metadata.json文件copy到resources\META-INF目录
这样以达到配置文件中自动提示配置项
4、配置文件中配置
5、其他类中可自动注入使用