`
guanpanpan
  • 浏览: 15987 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

spring集合标签

 
阅读更多
<?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:aop="http://www.springframework.org/schema/aop"
	xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util"
	xsi:schemaLocation="   
   http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd   
   http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd   
   http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd   
 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd    
http://www.springframework.org/schema/util classpath:/org/springframework/beans/factory/xml/spring-util-3.0.xsd
 "
	default-autowire="byName">
	<util:map id="sqlMapClientTemplateMap" map-class="java.util.HashMap" key-type="java.lang.Integer"
		value-type="org.springframework.orm.ibatis.SqlMapClientTemplate">
		<entry key="1" value-ref="mysqlTemplate1" />
		<entry key="2" value-ref="mysqlTemplate2" />
		<entry key="3" value-ref="mysqlTemplate3" />
		<entry key="4" value-ref="mysqlTemplate4" />
	</util:map>
</beans>

 

分享到:
评论

相关推荐

    Spring装配集合属性

    在Spring中可以装配4种集合类型属性:List、set、Map和Properties。与这四种集合对应的标签是、、、。CollectionBean是一个包含上述4种集合类型的JavaBean,代码如下:

    spring4示例代码

    spring-1 演示了使用setter方式及构造器方式创建bean,util:list标签创建集合,p标签简化配置 和依赖注入, 以及bean的autowire和继承与依赖,以及bean的作用域。 spring-2 演示了外部配置文件的引入(connection)...

    Spring-Reference_zh_CN(Spring中文参考手册)

    2.5.1. Spring MVC的表单标签库 2.5.2. Spring MVC合理的默认值 2.5.3. Portlet 框架 2.6. 其他特性 2.6.1. 动态语言支持 2.6.2. JMX 2.6 .3. 任务规划 2.6.4. 对Java 5(Tiger)的支持 2.7. 移植到Spring 2.0 ...

    开源框架 Spring Gossip

    第一个 Spring 程式 BeanFactory、 ApplicationContext Type 2 IoC、Type 3 IoC 属性参考 自动绑定 集合物件注入 Bean 的生命周期 Bean 进阶管理 理想上对于 Bean 来说,它不...

    spring 普通属性注入

    1.spring 普通属性注入 2.xml中 map集合标签与其他标签不通-- 3.用junit测试

    Spring-IOC手动模拟实现-利用dom4解析xml文件

    通过dom4j解析配置文件,得到list集合(存放Bean标签的id和class属性) * 3.通过反射实例化得到对应的实例化对象,放置在map中(map是键值对,可根据id获取值)(遍历list获取对应的class属性,利用class。formName...

    Spring MVC---数据绑定和表单标签详解

    本篇文章主要介绍了Spring MVC---数据绑定和表单标签详解,具有一定的参考价值,有兴趣的可以了解一下。

    Java实现的3套推荐系统集合(电影推荐系统、基于用户兴趣标签的新闻推荐系统、商品大数据实时推荐系统).zip

    Java实现的3套推荐系统集合(电影推荐系统、基于用户兴趣标签的新闻推荐系统、商品大数据实时推荐系统)前端:Vue 、TypeScript 、ElementUI,后端 Spring 、SparkECommerceRecommendSystem

    java web 标签大全

    集合了jsp,struts2,jsf,spring等全部标签

    java中web标签大全

    集合了Java中相关技术的一些标签,struts1、struts2、jstl、spring、 jsf、velocity和freemarker等等

    java开发常用的中文API集合包

    FreeMarker标签中文文档.pdf FreeMarker教程.pdf ibatis开发指南(中文版).pdf java web标签大全.CHM jBPM_4.4_开发指南.pdf jquery1.7 中文手册.chm lucene3.0-api.CHM Spring 中文开发手册.pdf Spring2.5-中文...

    spring+springMVC+MyBatis

    第 4章 SpringSpring Spring标签使用 标签使用 ................................ ................................ ................................ ......... 21 4.14.1 重构 list.jsp list.jsplist.jsplist....

    初识Spring

    初学Spring笔记整理Spring简介Spring Bean 定义Spring Bean 作用域例子:(1)用无参构造方法创建对象(2)用带参的构造方法创建对象(3)用静态工厂创建对象(4)用非静态工厂创建对象...Spring `property`标签中的

    低清版 大型门户网站是这样炼成的.pdf

    4.3.12 hibernate的集合映射 266 4.4 小结 270 第5章 hibernate 3持久化技术实践与性能优化 271 5.1 操作持久化对象的常用方法介绍 271 5.1.1 使用session的begintransaction()方法 272 5.1.2 使用session的...

    JavaWeb开发帮助文档大集合

    文档集合,都整理为chm格式,包括:Hibernate_3.2.0_Reference_zh_CN.chmJava 编码规范.chm,java.ee6.chm,Log4j1.2.chm,SpringAPI.chm,struts2标签详解.chm,正则表达式系统教程.CHM等等帮助文档!

    SpringMVC实现数据绑定及表单标签

    主要为大家详细介绍了SpringMVC实现数据绑定及表单标签的相关资料,具有一定的参考价值,感兴趣的小伙伴们可以参考一下

    spring学习笔记

    Spring的Ioc Spring的AOP , AspectJ Spring的...属性的注入(Spring 表达式):.....................................................................................25 1.4.4 集合属性的注入:........................

    你好春天新标签「Hello Spring New Tab」「Hello Spring HD Wallpaper Theme」-crx插件

    每次打开新标签时,通过我们充满活力的高清壁纸图像集合,享受盛开的花朵和树木,歌唱的鸟,五颜六色的蝴蝶和阳光的温暖季节。 功能:•带有每个新选项卡的惊人图像•Yahoo! 和Google搜索•触手可及的应用程序和书签...

    EL表达式 (详解)

    EL表达式 (详解) EL表达式 ... 4) 条件标签&gt; 1.算术运算符有五个:+、-、*或$、/或div、%或mod 2.关系运算符有六个:==或eq、!=或ne、&lt;或lt、&gt;或gt、或le、&gt;=或ge 3.逻辑运算符有三个:&&或and、||或or、!或not ...

Global site tag (gtag.js) - Google Analytics