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
Thanks for your contributing! I fixed via gh-816(for 3.0.2) and gh-817(for 2.1.1).
You can append mapper xml resources using addMapperLocations instead of setMapperLocation.
If I assign values to the mapperLocations property of SqlSessionFactoryBean multiple times, the overwrite problem will occur because:
The setMapperLocations method directly assigns parameters to member properties instead of merging
The text was updated successfully, but these errors were encountered: