模式注解:
    @component:组件/类/bean 类的实例化 new
    @Service
    @Controller:控制器
    @Repository
    @Configuration

    @Autowired被动注入方式
    bytype
    byname
    bytype默认的注入方式
    寻找ISill的实现bean
    @Autowired主动注入方式
    @Qualifier