Ver Fonte

修改配置文件mapper包扫描路径

syh há 6 anos atrás
pai
commit
a046552aed

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/config/MybatisPlusConfig.java

@@ -11,7 +11,7 @@ import org.springframework.context.annotation.Configuration;
  *
  */
 @Configuration
-@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.kuaishou.modules.**.mapper*", "cn.com.ctop.crawler.modules.**.mapper*", "cn.com.ctop.manage.modules.**.mapper*"})
+@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*"})
 
 public class MybatisPlusConfig {