# mybatis-common-dao **Repository Path**: mjduan/mybatis-common-dao ## Basic Information - **Project Name**: mybatis-common-dao - **Description**: mybatis搭建的dao层,支持多库,含分页 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2017-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##Dao 组件模板 - 应用到实际项目中,请将依赖的jar的版本和父工程统一 - 支持mysql/oracle数据库,支持mybatis分页。将其放到任何一个能力层都可以,启动之前需要修改数据库配置 - 依赖模块 ```xml com.hw.common base-common 1.0.0-SNAPSHOT ``` ### mapperScannerConfigurer待优化 - 注意:将busi-dao用在别的项目包路径不一样的工程中作为Dao层组件,则需要修改**spring-dao.xml**文件中mapperScannerConfigurer的配置 - 原因:**mapperScannerConfigurer**无法从properties文件中读取配置,需要在**spring-dao.xml**中写死