xml: <bean class="com.tuling.UserService" id="">注解:@Component(@Controller、@Service、@Repostory)前提:需要配置扫描包<compent-scan>,反射调用构造方法。javaConfig:@Bean 可以自己控制实例化过程@Import 3种方式