From 949c63432ddffa767cfb10b58d7a2baa54fd155f Mon Sep 17 00:00:00 2001 From: caolin <1149034574@qq.com> Date: Sat, 19 Aug 2023 16:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=A8=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= 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 ccdf551..30ec724 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: application: name: '@artifactId@' profiles: - active: dev + active: test #mybatis mybatis-plus: mapper-locations: classpath*:/mapper/**Mapper.xml