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.tenant", sqlSessionFactoryRef = "tenantSqlSessionFactory")
public class TenantDataSourceConfig {
}
