package com.bcxin.sync.configs;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@MapperScan(basePackages = "com.bcxin.sync.dao.mapper.datasync", sqlSessionFactoryRef = "datasyncSqlSessionFactory")
public class DatasyncDataSourceConfig {
}
