欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

记录:[email protected]来获取配置文件中的属性配置

程序员文章站 2024-01-09 18:25:04
...

1.引入依赖

       <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>

2.添加注解
@Component

@ConfigurationProperties(prefix = “test”)

  1. @Autowired注入