From 5f042d53330fd01767cc8a847c6257ad7ad07531 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Wed, 3 Apr 2019 22:45:31 +0900 Subject: [PATCH] Optimize xsd for ide hints. Using to let ide recognize the attribute is kind of , so ide can provide more information for this attribute. Affected attribute: - factory-ref - template-ref Apply gh-284 to master branch --- .../org/mybatis/spring/config/mybatis-spring.xsd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/mybatis/spring/config/mybatis-spring.xsd b/src/main/java/org/mybatis/spring/config/mybatis-spring.xsd index 404663555d..c2ff96e749 100644 --- a/src/main/java/org/mybatis/spring/config/mybatis-spring.xsd +++ b/src/main/java/org/mybatis/spring/config/mybatis-spring.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. ]]> + + + + +