From 53ea22a6a1e8b55ac7ff55b4db9f9f37e7d8b305 Mon Sep 17 00:00:00 2001 From: joowojr Date: Wed, 12 Feb 2025 22:30:56 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Deploy:=20=EC=9A=B4=EC=98=81=ED=99=98?= =?UTF-8?q?=EA=B2=BD=20=EB=B0=B0=ED=8F=AC=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/swagger.yml | 18 ++++++++++++++++-- taskflow.yaml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/main/resources/swagger.yml b/src/main/resources/swagger.yml index 2514d791..ba0766b9 100644 --- a/src/main/resources/swagger.yml +++ b/src/main/resources/swagger.yml @@ -35,5 +35,19 @@ springdoc: path: /swagger/v3/api-docs --- -spring.config.activate.on-profile: prod -swagger.server.url: ${SWAGGER_SERVER_URL:http://localhost:8080} \ No newline at end of file +--- +spring.config.activate.on-profile: "prod" +swagger.server.url: ${SWAGGER_SERVER_URL:http://localhost:8080} + +springdoc: + default-consumes-media-type: application/json;charset=UTF-8 + default-produces-media-type: application/json;charset=UTF-8 + swagger-ui: + path: /swagger + tags-sorter: alpha + operations-sorter: method + display-request-duration: true + disable-swagger-default-url: true + show-actuator: true + api-docs: + path: /swagger/v3/api-docs \ No newline at end of file diff --git a/taskflow.yaml b/taskflow.yaml index 8172ce6f..acedb39c 100644 --- a/taskflow.yaml +++ b/taskflow.yaml @@ -39,7 +39,7 @@ spec: image: clap.kr-central-2.kcr.dev/taskflow/taskflow-server:${IMAGE_TAG} imagePullPolicy: Always command: [ "java", "-jar", "app.jar" ] - args: [ "--spring.profiles.active=dev" ] + args: [ "--spring.profiles.active=prod" ] env: - name: TZ value: "Asia/Seoul" From 002da3f89a3906f02d4c18be5af7694abb445aca Mon Sep 17 00:00:00 2001 From: Choi hyoseong <105284587+hyoseong-Choi@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:11:12 +0900 Subject: [PATCH 2/3] =?UTF-8?q?CLAP-104=20CI/CD:=20=EB=8F=84=EC=BB=A4=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=83=9C=EA=B7=B8=20=EB=94=94?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=9D=B4=EB=A8=BC=ED=8A=B8=EC=97=90=20?= =?UTF-8?q?=EB=B0=98=EC=98=81=ED=95=98=EB=8A=94=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit