-
Resourceloader查看全部
-
Resources接口查看全部
-
普通格式: <?xml version="1.0" encoding="UTF-8" ?> <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> </beans> 添加注解后的格式: <?xml version="1.0" encoding="UTF-8" ?> <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-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> </beans>查看全部
-
Bean的自动装配查看全部
-
Spring Aware接口 ApplicationContextAware BeanNameAware查看全部
-
全局默认初始化、销毁方法配置 所有bean初始化和销毁时都会调用全局初始化和销毁方法查看全部
-
Bean的销毁查看全部
-
Bean的初始化查看全部
-
Bean的生命周期:定义-初始化-使用-销毁(Bean容器关闭时)查看全部
-
Bean的作用域(scope配置项) global session指多系统单点登录查看全部
-
Bean的配置项查看全部
-
Spring的常用注入方式2 -- 构造注入查看全部
-
Spring的常用注入方式1 -- 设值注入查看全部
-
Bean容器初始化2查看全部
-
Bean容器初始化查看全部
举报
0/150
提交
取消