From 0260ba1acc13014d4deb81ab06826876ea6e045e Mon Sep 17 00:00:00 2001 From: zeb <936152864@qq.com> Date: Wed, 23 Jun 2021 09:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=B8=8D=E6=A0=A1=E9=AA=8C=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- air/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/air/src/main/resources/application.yml b/air/src/main/resources/application.yml index 77955f3..a5f93e3 100644 --- a/air/src/main/resources/application.yml +++ b/air/src/main/resources/application.yml @@ -121,5 +121,8 @@ swagger: license: Powered By Cinderella base-package: com +ignore: + clients: + - app #启用定时任务 #scheduling.enabled: true