Skip to content

[Refactor] #56 - AI 변환 서버 URL을 코드 하드코딩 대신 application.yml의 환경변수로 분리#57

Merged
haeun1107 merged 2 commits intomainfrom
refactor/#56
Jul 13, 2025
Merged

[Refactor] #56 - AI 변환 서버 URL을 코드 하드코딩 대신 application.yml의 환경변수로 분리#57
haeun1107 merged 2 commits intomainfrom
refactor/#56

Conversation

@haeun1107
Copy link
Contributor

Related Issue 🍀


Key Changes 🔑

  • @value("${external.ai.url}")을 통해 URL 주입
  • AI base URL과 엔드포인트 경로 분리 (환경변수에는 도메인까지만 입력)

To Reviewers 🙏🏻

@haeun1107 haeun1107 self-assigned this Jul 13, 2025
@haeun1107 haeun1107 added ♻️ refactor Improving code maintainability 🐸 하은 작업 하은 작업 labels Jul 13, 2025
@haeun1107 haeun1107 linked an issue Jul 13, 2025 that may be closed by this pull request
1 task
@haeun1107 haeun1107 merged commit 73147ac into main Jul 13, 2025
@haeun1107 haeun1107 deleted the refactor/#56 branch July 13, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ refactor Improving code maintainability 🐸 하은 작업 하은 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

♻️ [Refactor] - AI 서버 URL 환경변수 분리 및 주입 처리

1 participant