We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e1bf2a + 9cfac74 commit ce898e9Copy full SHA for ce898e9
src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java
@@ -68,7 +68,7 @@
68
import static org.springframework.util.StringUtils.tokenizeToStringArray;
69
70
/**
71
- * {@code FactoryBean} that creates an MyBatis {@code SqlSessionFactory}. This is the usual way to set up a shared
+ * {@code FactoryBean} that creates a MyBatis {@code SqlSessionFactory}. This is the usual way to set up a shared
72
* MyBatis {@code SqlSessionFactory} in a Spring application context; the SqlSessionFactory can then be passed to
73
* MyBatis-based DAOs via dependency injection.
74
*
0 commit comments