@component省略名字,bean的默认名字为类名首字母小写
@component形容类时,用于通知spring框架,有spring构建此类对象.
1)spring框架如何为咱们的类型构建对象?通过工厂加反射
2)反射构建对象时要用对应的API
@autowired形容构造方法时@autowired注解能够省略