标签: java spring
我正在学习春天。我试图将文件属性注入类(而不是Bean)。
所以我的想法是:我将属性文件中的属性注入一个类(Name是MyConfig.java)。我将在MyConfig中调整字段,然后运行@Bean来配置。
我该怎么办?谢谢大家!
答案 0 :(得分:0)
请参阅http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/annotation/PropertySource.html
您可以在http://www.mkyong.com/spring/spring-propertysources-example/