You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixmybatis#64 set databaseId before parse mapper xmls
when parse mapper xml files , it needs to know what databaseId is。
org.apache.ibatis.builder.xml.XMLConfigBuilder'smethod:databaseIdProviderElement,will set databaseId if "environment != null && databaseIdProvider != null",but the configuration's environment is null becase it will set after "xmlConfigBuilder.parse();" in file "SqlSessionFactoryBean.java"
0 commit comments