From ad56449d12346611f9cdf4e3c7d6f5112589bdd1 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@aliyun.com> Date: 星期一, 05 八月 2024 14:19:30 +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