From be59934f78889950c1a4c4f23fd015fd142a3401 Mon Sep 17 00:00:00 2001 From: sunmingLee <25thbam@gmail.com> Date: Thu, 30 Oct 2025 09:37:54 +0900 Subject: [PATCH 1/2] =?UTF-8?q?swagger=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/k8s/common/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/k8s/common/ingress.yaml b/deployment/k8s/common/ingress.yaml index 5beea52..8c9127a 100644 --- a/deployment/k8s/common/ingress.yaml +++ b/deployment/k8s/common/ingress.yaml @@ -99,7 +99,7 @@ spec: number: 80 # Distribution Service - - path: /distribution + - path: /api/v1/distribution pathType: Prefix backend: service: From ae8f540d46adee05306dfd30c8f84c560a063649 Mon Sep 17 00:00:00 2001 From: sunmingLee <25thbam@gmail.com> Date: Thu, 30 Oct 2025 18:37:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=20=EB=B8=94?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=C3=AC=C2=9E=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EA=B0=9C=EB=B0=9C(=C3=AC=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=97=86=EC=9D=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .run/DistributionServiceApplication.run.xml | 5 + .../.run/distribution-service.run.xml | 5 + distribution-service/NAVER_BLOG_SETUP.md | 248 ++++++++++++++ distribution-service/build.gradle | 3 + .../kt/distribution/adapter/NaverAdapter.java | 50 ++- .../distribution/client/NaverBlogClient.java | 317 ++++++++++++++++++ .../dto/ChannelDistributionResult.java | 5 + .../service/DistributionService.java | 1 + .../src/main/resources/application.yml | 2 +- 9 files changed, 620 insertions(+), 16 deletions(-) create mode 100644 distribution-service/NAVER_BLOG_SETUP.md create mode 100644 distribution-service/src/main/java/com/kt/distribution/client/NaverBlogClient.java diff --git a/.run/DistributionServiceApplication.run.xml b/.run/DistributionServiceApplication.run.xml index b023d5b..628989f 100644 --- a/.run/DistributionServiceApplication.run.xml +++ b/.run/DistributionServiceApplication.run.xml @@ -23,6 +23,11 @@ + + + + +