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