From 0ba394794aa251b551e573cb8c23816bfc656c21 Mon Sep 17 00:00:00 2001 From: JasonMing Date: Tue, 23 Jan 2018 10:31:18 +0800 Subject: [PATCH] Optimize xsd for ide hints. Using `` to let ide recognize the attribute is kind of `ref`, so ide can provide more information for this attribute. Affected attribute: - factory-ref - template-ref --- .../org/mybatis/spring/config/mybatis-spring-1.2.xsd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/mybatis/spring/config/mybatis-spring-1.2.xsd b/src/main/java/org/mybatis/spring/config/mybatis-spring-1.2.xsd index 0151059f26..a177d657c7 100644 --- a/src/main/java/org/mybatis/spring/config/mybatis-spring-1.2.xsd +++ b/src/main/java/org/mybatis/spring/config/mybatis-spring-1.2.xsd @@ -78,7 +78,12 @@ - + + + + + + @@ -88,6 +93,11 @@ Specifies which SqlSessionTemplate to use in the case that there is more than one in the spring context. Usually this is only needed when you have more than one datasource. ]]> + + + + +