|
...
|
...
|
@@ -7,7 +7,6 @@ import org.springframework.context.annotation.Configuration; |
|
|
|
import org.springframework.context.annotation.EnableAspectJAutoProxy;
|
|
|
|
|
|
|
|
import java.util.TimeZone;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 程序注解配置
|
|
|
|
*
|
|
...
|
...
|
@@ -18,7 +17,7 @@ import java.util.TimeZone; |
|
|
|
@EnableAspectJAutoProxy(exposeProxy = true)
|
|
|
|
// 指定要扫描的Mapper类的包的路径
|
|
|
|
@org.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.**.mapper"})
|
|
|
|
@tk.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.system.tk"})
|
|
|
|
//@tk.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.system.tk"})
|
|
|
|
public class ApplicationConfig
|
|
|
|
{
|
|
|
|
/**
|
...
|
...
|
|