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 544a195 + a1462ee commit ab12465Copy full SHA for ab12465
src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java
@@ -407,7 +407,7 @@ protected SqlSessionFactory buildSqlSessionFactory() throws IOException {
407
configuration = xmlConfigBuilder.getConfiguration();
408
} else {
409
if (LOGGER.isDebugEnabled()) {
410
- LOGGER.debug("Property `configuration` or 'configLocation' not specified, using default MyBatis Configuration");
+ LOGGER.debug("Property 'configuration' or 'configLocation' not specified, using default MyBatis Configuration");
411
}
412
configuration = new Configuration();
413
if (this.configurationProperties != null) {
0 commit comments