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.yehuo", sqlSessionFactoryRef = "yehuoSqlSessionFactory")
public class YehuoDataSourceConfig {

}
