From 11cb221f0649c034a88d81b6ec8021f3f00de62f Mon Sep 17 00:00:00 2001 From: caolin <1149034574@qq.com> Date: Fri, 25 Aug 2023 17:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= 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 3fd36df..2975cef 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: application: name: '@artifactId@' profiles: - active: prod + active: test #mybatis mybatis-plus: mapper-locations: classpath*:/mapper/**Mapper.xml