zeze1004 / wedding-jira-backend

결혼 준비 하기 싫어서 만든 결혼 준비 프로젝트
https://dev.wedding-jira.com/swagger-ui/index.html
MIT License
40 stars 2 forks source link

UserRepository구현체를 bean에 등록한다. #18

Closed zeze1004 closed 5 months ago

zeze1004 commented 7 months ago

🖊️ Description

persistence 구현체를 bean에 등록한다. 이로인해 다른 모듈은 추상화 모듈인 UserRepository 에 접근하여 내부 ORM이 바뀌어도 다른 모듈은 영향 받지 않는다.

Todo

📗 Etc

추후 JPA를 사용할 때 JPA 구현체를 bean으로 등록한다.