@EnableConfigurationProperties
@Component
@PropertySource
@Component @ConfigurationProperties(prefix = "author") @PropertySource("classpath:author.properties") public class AuthorSetting {}