From 5351c356a7f7872a06c6b27a3be81b3d6d9164c8 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@aliyun.com> Date: 星期三, 31 七月 2024 17:14:52 +0800 Subject: [PATCH] 调整框架 --- src/main/java/com/lunhan/xxx/host/ApplicationStarter.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lunhan/xxx/host/ApplicationStarter.java b/src/main/java/com/lunhan/xxx/host/ApplicationStarter.java index 726c3b0..22b2de4 100644 --- a/src/main/java/com/lunhan/xxx/host/ApplicationStarter.java +++ b/src/main/java/com/lunhan/xxx/host/ApplicationStarter.java @@ -11,7 +11,7 @@ @SpringBootApplication(scanBasePackages = { "com.lunhan" }) @ServletComponentScan -@MapperScan("com.baomidou.mybatisplus.samples.quickstart.mapper") +@MapperScan("com.lunhan.xxx.repository.mapper") // 开启缓存 @EnableCaching public class ApplicationStarter extends SpringBootServletInitializer { -- Gitblit v1.9.3