From d0cfd90f2e1e7940a8437041cb41bb4e6ce0a32e Mon Sep 17 00:00:00 2001 From: caolin <1149034574@qq.com> Date: Sat, 19 Aug 2023 14:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=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 30ec724..ccdf551 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: application: name: '@artifactId@' profiles: - active: test + active: dev #mybatis mybatis-plus: mapper-locations: classpath*:/mapper/**Mapper.xml