From bbf1202507eeb02db03da7ec14d7dbead7754c1f Mon Sep 17 00:00:00 2001 From: wulin Date: Sat, 21 Oct 2023 20:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot-box-websocket-api/src/main/resources/bootstrap-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap-test.yml b/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap-test.yml index e13472b..b6445fc 100644 --- a/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap-test.yml +++ b/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap-test.yml @@ -11,4 +11,4 @@ spring: file-extension: yml # 共享配置 shared-configs: - - application-dev.${spring.cloud.nacos.config.file-extension} \ No newline at end of file + - application.${spring.cloud.nacos.config.file-extension} \ No newline at end of file