From 18bf0ac795fae07796241474013e5dd35045f740 Mon Sep 17 00:00:00 2001 From: js199000131 <2728757160@qq.com> Date: Thu, 11 May 2023 09:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=B5=81=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index 8108af64f..76b94a49e 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -3,7 +3,7 @@ spring: name: yudao-server profiles: - active: local + active: dev main: allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 @@ -188,6 +188,9 @@ yudao: - rep_demo_jianpiao - tmp_report_data_1 - tmp_report_data_income + - eb_shipping_templates_free + - eb_shipping_templates_no_delivery + - eb_shipping_templates_region sms-code: # 短信验证码相关的配置项 expire-times: 10m send-frequency: 1m