Hi
I wonder what's the difference between @Configuration/@Bean and @Component. In my Project, I also use @Component then, using @Resource to inject the object into other java object. Do I need switch it to @Configuration or not.
thanks
Hi
I wonder what's the difference between @Configuration/@Bean and @Component. In my Project, I also use @Component then, using @Resource to inject the object into other java object. Do I need switch it to @Configuration or not.
thanks
Last edited by wulinux; Feb 26th, 2010 at 11:32 AM.