From 2d5438d77e8c3e3d108f6e394da0f89fd38bc875 Mon Sep 17 00:00:00 2001 From: kenhy Date: Thu, 21 May 2020 16:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=E7=A7=BB=E9=99=A4JPA=E5=90=8E=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yshop-system/src/main/java/co/yixiang/AppRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yshop-system/src/main/java/co/yixiang/AppRun.java b/yshop-system/src/main/java/co/yixiang/AppRun.java index a802a395..3fa76f73 100644 --- a/yshop-system/src/main/java/co/yixiang/AppRun.java +++ b/yshop-system/src/main/java/co/yixiang/AppRun.java @@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController; @RestController @SpringBootApplication @EnableTransactionManagement -@MapperScan(basePackages = "co.yixiang.*.mapper") +@MapperScan(basePackages ={ "co.yixiang.*.mapper", "co.yixiang.config"}) public class AppRun { public static void main(String[] args) {