From 0570ff2c52532f9107ccb5df1fe15aa3a1e9d81d Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Sat, 6 May 2023 09:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 80e18f1ee..bfbb93cff 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: test jmx: enabled: false servlet: @@ -8,7 +8,7 @@ spring: enabled: true max-file-size: 200MB max-request-size: 200MB - location: D:/tmp + location: /tmp mybatis-plus: mapper-locations: classpath:mybatis/mapper/*/*.xml