From 52403a3b926858b97e397212546b2415e7dc5108 Mon Sep 17 00:00:00 2001 From: wangbing Date: Wed, 13 May 2020 09:34:44 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81Ajax=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 25dace5af9949816be7ef3bd1b7bb7d2f5f5da99 --- .../modules/SpringBoot/java/config/ScheduleConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/modules/SpringBoot/java/config/ScheduleConfig.java b/src/main/resources/modules/SpringBoot/java/config/ScheduleConfig.java index 82ca450e..6d14ebe1 100644 --- a/src/main/resources/modules/SpringBoot/java/config/ScheduleConfig.java +++ b/src/main/resources/modules/SpringBoot/java/config/ScheduleConfig.java @@ -23,7 +23,7 @@ import java.util.regex.Pattern; /** * 计划调度配置,可以指定环境生效,根据实际情况是否需要开启 - * 开启方法:将@Profile("dev") 删除(所有环境生效) 或改为对应环境 + * 开启方法:设置@Profile("dev") 指定对应环境 */ @Configuration @Component