From 283101b27bc2f01f400756c14c3d1a15da9d211e Mon Sep 17 00:00:00 2001 From: yz <3614508250@qq.com> Date: Tue, 27 Jun 2023 16:20:36 +0800 Subject: [PATCH] =?UTF-8?q?mybatis=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f906bcd..0d6bbf6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -75,7 +75,7 @@ spring: mybatis: type-aliases-package: com.sztzjy.forex.trading_trading.entity - mapper-locations: classpath:mybatis-config.xml + mapper-locations: classpath*:mapper/*.xml swagger: enable: true