From 4aea5295e9d52a49aad5dee1cf7817925ba3d713 Mon Sep 17 00:00:00 2001 From: wulin Date: Sat, 21 Oct 2023 20:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8=E7=AE=97=E6=B3=95lac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot-box-websocket-api/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap.yml b/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap.yml index 44d79cb..aa084ee 100644 --- a/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap.yml +++ b/iot-modules/iot-box-websocket-api/src/main/resources/bootstrap.yml @@ -2,6 +2,6 @@ server: port: 8080 spring: profiles: - active: dev + active: test application: name: qiuguo-iot-box-websocket \ No newline at end of file