• pom.xml添加依赖
      1. <dependency>
      2. <groupId>org.springframework.boot</groupId>
      3. <artifactId>spring-boot-configuration-processor</artifactId>
      4. <optional>true</optional>
      5. </dependency>