From a3be7202a33f2d772df63f3b81fce6a723d0d80d Mon Sep 17 00:00:00 2001 From: shindw Date: Wed, 4 Feb 2026 14:25:52 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20Jenkinsfile.pjt=20-=20=ED=8F=AC?= =?UTF-8?q?=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/pjt/compose/api-compose.pjt.yml | 2 +- src/main/resources/application-local.yaml | 2 +- src/main/resources/application.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/pjt/compose/api-compose.pjt.yml b/deploy/pjt/compose/api-compose.pjt.yml index 142dc67..771a4aa 100644 --- a/deploy/pjt/compose/api-compose.pjt.yml +++ b/deploy/pjt/compose/api-compose.pjt.yml @@ -5,7 +5,7 @@ services: restart: always ports: - - "127.0.0.1:8006:8080" + - "127.0.0.1:8106:8080" env_file: - /srv/project/alist/env/api/.env diff --git a/src/main/resources/application-local.yaml b/src/main/resources/application-local.yaml index 8abea22..edd8d29 100644 --- a/src/main/resources/application-local.yaml +++ b/src/main/resources/application-local.yaml @@ -1,5 +1,5 @@ server: - port: 8006 + port: 8106 spring: application: name: api diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 8a2082b..e4f4dcc 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,5 @@ +server: + forward-headers-strategy: framework spring: application: name: api