From 3814b94529429110c8f69a805e515c0e234eda03 Mon Sep 17 00:00:00 2001 From: msgroup Date: Wed, 28 Apr 2021 10:50:48 +0800 Subject: [PATCH] =?UTF-8?q?5.2.1=E5=8F=91=E5=B8=83?= 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 5b117e16..b7339855 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -20,7 +20,7 @@ ms: manager: path: /ms #后台访问的路径,如:http://项目/ms/login.do,生产的时候建议修改 view-path: /WEB-INF/manager #后台视图层路径配置 - check-code: true #默认开启验证码验证,false验证码不验证 + check-code: false #默认开启验证码验证,false验证码不验证 upload: enable-web: true #启用web层的上传 @@ -91,4 +91,4 @@ mybatis-plus: db-config: id-type: auto configuration: - database-id: mysql \ No newline at end of file + database-id: mysql