解决方式:
在 pom.xml 中增加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
标签:提示,boot,ConfigurationProperties,prefix,furn01,使用
From: https://www.cnblogs.com/aclq/p/17503444.html