1.@ConfigurationProperties(prefix = "girl")出现Configuration Annotation Proessor not found in classpath
![]()
解决办法:
class 加上以下注解
@PropertySource("classpath:application.yml")

1.@ConfigurationProperties(prefix = "girl")出现Configuration Annotation Proessor not found in classpath
![]()
解决办法:
class 加上以下注解
@PropertySource("classpath:application.yml")


被折叠的 条评论
为什么被折叠?