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 7489f49 commit c98eecdCopy full SHA for c98eecd
src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java
@@ -291,6 +291,7 @@ protected SqlSessionFactory buildSqlSessionFactory() throws IOException {
291
this.logger.debug("Property 'configLocation' not specified, using default MyBatis Configuration");
292
}
293
configuration = new Configuration();
294
+ configuration.setVariables(this.configurationProperties);
295
296
297
if (StringUtils.hasLength(this.typeAliasesPackage)) {
0 commit comments