标签:csdn bean iat ota 装配bean return http 功能 tar
下面是一个典型的spring配置文件(application-config.xml):
然后你就可以像这样来使用是bean了:
Java代码
现在Spring Java Configuration这个项目提供了一种通过java代码来装配bean的方案:
然后你就可以像这样来使用是bean了:
这么做有什么好处呢?
1.使用纯java代码,不在需要xml
2.在配置中也可享受OO带来的好处
3.类型安全对重构也能提供良好的支持
4.依旧能享受到所有springIoC容器提供的功能
标签:csdn bean iat ota 装配bean return http 功能 tar
原文地址:http://www.cnblogs.com/jtlgb/p/6598997.html