SpringBoot全局配置文件@ConfigurationProperties VS @Value

@ConfigurationProperties(prefix = "person")

@Value()

原文地址:https://www.cnblogs.com/Timeouting-Study/p/13215476.html