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 0f8799f + 898005c commit fae06afCopy full SHA for fae06af
src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java
@@ -479,7 +479,7 @@ public void afterPropertiesSet() throws Exception {
479
* Build a {@code SqlSessionFactory} instance.
480
*
481
* The default implementation uses the standard MyBatis {@code XMLConfigBuilder} API to build a
482
- * {@code SqlSessionFactory} instance based on an Reader. Since 1.3.0, it can be specified a {@link Configuration}
+ * {@code SqlSessionFactory} instance based on a Reader. Since 1.3.0, it can be specified a {@link Configuration}
483
* instance directly(without config file).
484
485
* @return SqlSessionFactory
0 commit comments