From f79d7ffeb4fcf6ac8339aad0383ea62290438b76 Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Mon, 16 Oct 2023 08:53:50 +0800 Subject: [PATCH] fix:qa去除soket连接 --- screen-api/src/main/resources/application-dev.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml index 71d7a11..78c754e 100644 --- a/screen-api/src/main/resources/application-dev.yml +++ b/screen-api/src/main/resources/application-dev.yml @@ -1,5 +1,7 @@ server: port: 8081 + servlet: + context-path: /api spring: profiles: active: dev -- Gitblit v1.8.0