摘要: 1.使用外部属性文件 beans-properties.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://ww 阅读全文
posted @ 2020-05-25 17:02 林淼零 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1.自动装配 beans-autowire.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.o 阅读全文
posted @ 2020-05-25 15:32 林淼零 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1.Spring容器 在 Spring IOC 容器读取 Bean 配置创建 Bean 实例之前, 必须对它进行实例化. 只有在容器实例化后, 才可以从 IOC 容器里获取 Bean 实例并使用.Spring 提供了两种类型的 IOC 容器实现. BeanFactory: IOC 容器的基本实现. 阅读全文
posted @ 2020-05-25 12:59 林淼零 阅读(422) 评论(0) 推荐(0) 编辑