From 0923fc6868423a4b55f7ada7c1be4fa6bb1ffdcc Mon Sep 17 00:00:00 2001 From: lzh Date: Wed, 14 Jan 2026 12:39:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20Jenkins=E4=BF=AE=E5=A4=8D5-defaultTar?= =?UTF-8?q?get=20must=20start=20with=20'/'=20or=20with=20'http(s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/viewsh-module-infra/viewsh-module-infra-server/src/main/resources/application-prod.yaml b/viewsh-module-infra/viewsh-module-infra-server/src/main/resources/application-prod.yaml index 560694d..eeb6b1a 100644 --- a/viewsh-module-infra/viewsh-module-infra-server/src/main/resources/application-prod.yaml +++ b/viewsh-module-infra/viewsh-module-infra-server/src/main/resources/application-prod.yaml @@ -123,6 +123,7 @@ spring: service-host-type: IP username: ${SPRING_BOOT_ADMIN_USERNAME:admin} password: ${SPRING_BOOT_ADMIN_PASSWORD:admin} + context-path: /admin # 配置 Spring logging: level: