From 7c21dd81467ef98fd583d09dc4ffbcbd35c833f5 Mon Sep 17 00:00:00 2001 From: wanjia <553039491@qq.com> Date: Wed, 27 Aug 2025 16:50:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reader/src/main/resources/application.yml.example | 3 +++ writer/src/main/resources/application.yml.example | 3 +++ 2 files changed, 6 insertions(+) diff --git a/reader/src/main/resources/application.yml.example b/reader/src/main/resources/application.yml.example index 8b55e9b..4b170f6 100644 --- a/reader/src/main/resources/application.yml.example +++ b/reader/src/main/resources/application.yml.example @@ -11,6 +11,9 @@ spring: mvc: pathmatch: matching-strategy: ant_path_matcher + profiles: + # 环境配置 + active: dev cloud: nacos: discovery: diff --git a/writer/src/main/resources/application.yml.example b/writer/src/main/resources/application.yml.example index 2b836d3..46a5a06 100644 --- a/writer/src/main/resources/application.yml.example +++ b/writer/src/main/resources/application.yml.example @@ -11,6 +11,9 @@ spring: mvc: pathmatch: matching-strategy: ant_path_matcher + profiles: + # 环境配置 + active: dev cloud: nacos: discovery: