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