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

7. MySQL 연동 #66

Open
sunwootest opened this issue Aug 9, 2023 · 0 comments
Open

7. MySQL 연동 #66

sunwootest opened this issue Aug 9, 2023 · 0 comments
Labels

Comments

@sunwootest
Copy link
Collaborator

sunwootest commented Aug 9, 2023

기존의 MemoryRepository로 데이터를 저장하면 프로그램 종료 시 데이터가 모두 사라졌습니다. 이를 개선하기 위해 별도의 데이터베이스를 두어 데이터를 저장하려고 합니다. 새로운 repository를 생성하여 DB에 데이터를 저장하도록 개선하세요.

요구사항

  • 사용 데이터베이스 제품: MySQL 8.0
  • 데이터베이스 설치위치: 로컬 혹은 클라우드
  • 데이터베이스 설치 방식: 직접 설치 혹은 도커 컨테이너 이용
  • DB 접근기술: JDBC 혹은 JDBC Template 사용할 것(JPA나 batis 사용 X)
  • DBMemberRepository와 DBBlogRepository를 생성하고 서비스 추상화와 스프링 DI를 적극 활용할 것

주의사항

  • 데이터베이스 연결정보(비밀번호, 주소)를 github에 공개하지 않도록 해주세요.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant