Commit 97190e77 by zhaoqingwei

阿拉丁-魔登

No related merge requests found
......@@ -17,6 +17,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy;
@EnableAspectJAutoProxy(exposeProxy = true)
// 指定要扫描的Mapper类的包的路径
@MapperScan("com.ruoyi.project.**.mapper")
@MapperScan(value = {"com.ruoyi.project.**.mapper", "com.ruoyi.adsdesk.mapper"})
public class ApplicationConfig
{
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment