我最近偶然发现了以下配置注入框架。看起来很有趣,似乎符合我的需要。有没有人尝试过或知道其他一些配置注入框架?据我所知 Spring 和 Google Guice 不支持这种注入?
anon
问问题
594 次
2 回答
2
在 Spring 中,您可以使用 PropertyPlaceHolderConfigurer 执行类似的操作,请查看http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch04s07.html#beans-factory-placeholderconfigurer
于 2009-08-01T10:35:49.370 回答
0
Constretto with spring 可以满足您的需求。Spring 也做了大部分这些事情,尤其是在 3.0 版本中
于 2009-08-01T10:33:27.953 回答