对象类的注解:@compent @control @service @respisty
属性注入:基本类型和String的注入用@value 其它类型@resource @autowire 集合类型只能通过xml注入
@Configuration 就springmvcs配置注解 @ComponentScan("com.howhy") 包扫描注解 @Import(JdbcConfig.class)导入配置注解 @PropertySource("classpath:jdbc.properties")属性注解 @Bean 方法返回对象导入ioc容器