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.
1 parent 1e1bf2a commit 9cfac74Copy full SHA for 9cfac74
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