Spring基础之三:annotation配置注入
用annotation配置只在源代码相应的地方加入annotation即可,xml就不用再来回来去改了,开发时候快,不过我觉得没xml清楚。
<bean name="userService01" class="com.rt.springdemo.service.UserService"> ...</bean>