You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 mybatisgh-284 to master branch
Copy file name to clipboardExpand all lines: src/main/java/org/mybatis/spring/config/mybatis-spring.xsd
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,12 @@
78
78
<![CDATA[
79
79
Specifies which SqlSessionFactory 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.
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.
0 commit comments