我最近偶然发现了以下Configuration Injection框架。看似有趣,似乎符合我的需求。有没有人尝试过或了解其他一些配置注入框架?据我所知,Spring和Google Guice不支持这种注射吗?
答案 0 :(得分:2)
在Spring中,您可以使用PropertyPlaceHolderConfigurer执行类似的操作,查看http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch04s07.html#beans-factory-placeholderconfigurer
答案 1 :(得分:0)