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

서비스 레이어에서 Querydsl 로직 분리 #679

Open
hyewoncc opened this issue Oct 26, 2022 · 0 comments · Fixed by #678
Open

서비스 레이어에서 Querydsl 로직 분리 #679

hyewoncc opened this issue Oct 26, 2022 · 0 comments · Fixed by #678
Assignees
Labels

Comments

@hyewoncc
Copy link
Collaborator

신규 기능 개발

목적

모든 서비스 레이어에서 Querydsl 로직을 별도 클래스로 분리합니다


상세 내용

현재 레포지토리 레이어에 속하는 Querydsl 조회 로직이 서비스 레이어에 들어가있습니다
이를 별도 클래스로 분리해, 서비스에서 DB 관련 로직을 제거합니다


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

Successfully merging a pull request may close this issue.

1 participant