MybatisPlusConfig.java 241 Bytes
package com.xly.erp.common.config;

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

@Configuration
@MapperScan("com.xly.erp.module.**.mapper")
public class MybatisPlusConfig {
}