Commit 97190e77 by zhaoqingwei

阿拉丁-魔登

parent 737b8fd8
...@@ -17,6 +17,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy; ...@@ -17,6 +17,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy;
@EnableAspectJAutoProxy(exposeProxy = true) @EnableAspectJAutoProxy(exposeProxy = true)
// 指定要扫描的Mapper类的包的路径 // 指定要扫描的Mapper类的包的路径
@MapperScan("com.ruoyi.project.**.mapper") @MapperScan("com.ruoyi.project.**.mapper")
@MapperScan(value = {"com.ruoyi.project.**.mapper", "com.ruoyi.adsdesk.mapper"})
public class ApplicationConfig 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