Skip to content

Commit

Permalink
add mybatiscolumnstore to test application context
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Jun 26, 2023
1 parent 1a98635 commit 218a888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/resources/applicationContext-dao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<!-- scan for mappers and let them be autowired -->
<bean class="org.mybatis.spring.mapper.MapperScannerConfigurer">
<property name="basePackage" value="org.mskcc.cbio.portal.persistence,org.cbioportal.persistence.mybatis" />
<property name="basePackage" value="org.mskcc.cbio.portal.persistence,org.cbioportal.persistence.mybatis,org.cbioportal.persistence.mybatiscolumnstore" />
</bean>

<!-- enable component scanning (beware that this does not enable mapper scanning!) -->
Expand Down

0 comments on commit 218a888

Please sign in to comment.