Skip to content

Feature/spring ai - #44

Merged
junho3 merged 4 commits into
developfrom
feature/spring-ai
Aug 11, 2025
Merged

Feature/spring ai#44
junho3 merged 4 commits into
developfrom
feature/spring-ai

Conversation

@junho3

@junho3junho3 commented Aug 11, 2025

Copy link
Copy Markdown
Owner

인프런 Spring AI 실전 가이드: RAG 챗봇 만들기
https://inf.run/juywr

섹션 2 실습 PR

Anthropic 연동 구현
spring-ai의 추상화가 잘 되어 있어서, 메시지 구성, 챗 옵션 설정, 프롬프트 생성 단계는 코드가 동일함
ai 벤더에 맞게 호출만 다르게 가져가면 됨

@RestControllerAdvice ExceptionHandler가 일관성 있게 ProblemDetail로 응답하도록 공통화 처리

Global 명칭은 API 뿐만 아니라 다른 어플리케이션도 포함하는 성격으로 느껴저서 ControllerExceptionHandler로 변경
ProblemDetail을 리턴하도록 공통화
@junho3junho3 self-assigned this Aug 11, 2025
@junho3junho3 added the enhancement New feature or request label Aug 11, 2025
@sonarqubecloud

Copy link
Copy Markdown

@junho3
junho3 merged commit de0877e into developAug 11, 2025
3 checks passed
@junho3
junho3 deleted the feature/spring-ai branch August 11, 2025 13:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@junho3