Commit 5c6ba96fac29e9865f58c9d87bc19da7ef06baba
1 parent
f5354afab9
Exists in
master
and in
1 other branch
add statistics(map)
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/resources/spring/applicationContext-dal.xml
View file @
5c6ba96
... | ... | @@ -50,6 +50,7 @@ |
50 | 50 | |
51 | 51 | <!-- all class in the back-package are auto loaded as a mapper --> |
52 | 52 | <bean class="org.mybatis.spring.mapper.MapperScannerConfigurer"> |
53 | + <property name="sqlSessionFactoryBeanName" value="mainSqlSessionFactory"></property> | |
53 | 54 | <property name="basePackage" value="com.lyms.platform.permission.dao" /> |
54 | 55 | </bean> |
55 | 56 |