利用@ConfigurationProperties(prefix = "")来绑定属性时报错: not registered via @EnableConfigurationProperties or marked as Spring component POM依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactI…
原文地址:https://www.cnblogs.com/softidea/p/6070314.html @Component is equivalent to <bean> @Service, @Controller , @Repository = {@Component + some more special functionality} That mean Service,Controller and Repository are functionally the same. The t…