spring注入常用的注解

web.xml加入

控制层@Controller

业务层@Service

持久层@Repository

其余@Component

注入@Resource

范围@Scope singleton/prototype

值@Value

构造后调用方法@PostConstruct

销毁前调用方法@PreDestroy

其他不常用的@Autowired,Qualifier

你可能感兴趣的:(spring注入常用的注解)