<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd" <!--打开Spring按照属性的名称自动注入bean功能,并使用懒加载--> <!-- 使用Spring annotation 自动注册bean,并保证@Autowired(required=false/true)的属性被注入 --> <!--配置需要Spring自动扫描的package--> |
使用Spring 2.5注解自动注册Bean的配置
最新推荐文章于 2021-12-07 14:06:51 发布