Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Server] fix : 배포후 발생한 문제들 해결(#50, #54) #56

Merged
merged 30 commits into from
Oct 2, 2024

Conversation

Due-IT
Copy link
Collaborator

@Due-IT Due-IT commented Oct 2, 2024

📌 관련 이슈

✨ PR 세부 내용

  • WebMvcConfig에 cors로 https서버를 허용해줌으로써 swagger를 완전히 이용할 수 있게 되었습니다.
  • 엔티티 변경에 따라 배포된 db를 완전히 마이그레이션 수행하였습니다.
  • ai에게서 recipeIds를 받아오고 해당하는 Recipe들을 db에서 꺼낼때, 정렬되는 문제를 recipeIds를 돌면서 하나씩 find 함으로써 해결하였습니다.
  • @transactional이 붙지않으면 삭제 메서드를 실행할 수 없는 문제에 대해 해결하였습니다.

⌛ 소요 시간

@Due-IT Due-IT self-assigned this Oct 2, 2024
@Due-IT Due-IT merged commit 2daa49e into develop Oct 2, 2024
2 checks passed
@Due-IT Due-IT deleted the Server/CD branch October 2, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Server] chore : swagger에서 https 허용하기 [Server] feat : AI와 API 연결 및 요구사항 처리
1 participant