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

[SKRB-108] feat: local 환경 설정 및 CORS 설정 #3

Closed
wants to merge 0 commits into from

Conversation

juno-junho
Copy link
Member

@juno-junho juno-junho commented Oct 23, 2023

💠 Jira 티켓 링크

🖥️ 작업 내용

  • application.yml에서 local, develop, production으로 profile을 나누고 local profile에 대한 설정파일을 작성했습니다.
  • local 설정 파일의 datasource는 h2 in-memory DB로 url은 jdbc:h2:mem://localhost/~/space-club/local 입니다.
  • jpa 설정 또한 완료했습니다.
  • CORS 적용했고, 정상적으로 테스트 까지 완료했습니다.

✅ PR시 확인 사항

  • 테스트 코드 작성 -> 설정파일이라 직접 서버 띄워서 CORS 해결 확인했습니다.
  • Linear History 여부

📢 리뷰어 전달 사항

  • develop 및 production 환경 설정은 오늘 내로 마치겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant