From fbc3f392552c14074e1295e4c6e74c5cb87ff8b5 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@aliyun.com>
Date: 星期六, 03 八月 2024 14:09:24 +0800
Subject: [PATCH] mysql迁移数据库到gauss

---
 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