pom.xml添加以下依赖:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency>另外,类上面可以加一下这个注解@Component
pom.xml
添加以下依赖:另外,类上面可以加一下这个注解
@Component