@PropertySource注解

@PropertySource:指定配置文件。

 

@PropertySource(value = {"classpath:person.properties"})

 

 

 

posted @ 2020-07-01 10:10  Timeouting  阅读(189)  评论(0)    收藏  举报