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

[feat] QueryDSL 세팅 #286

Closed
1 task done
hoonyworld opened this issue Dec 5, 2024 · 0 comments · Fixed by #287
Closed
1 task done

[feat] QueryDSL 세팅 #286

hoonyworld opened this issue Dec 5, 2024 · 0 comments · Fixed by #287
Assignees

Comments

@hoonyworld
Copy link
Member

hoonyworld commented Dec 5, 2024

Feature Issue 📌

  • QueryDSL 세팅을 진행합니다.

Todo ✔️

  • QueryDSL 세팅
@hoonyworld hoonyworld self-assigned this Dec 5, 2024
hoonyworld added a commit that referenced this issue Dec 5, 2024
- JPA 환경을 구성하고 QueryDSL을 사용할 수 있도록 설정하는 클래스
- 매번 EntityManager를 주입받아서 구성해야 하는 JPAQueryFactory를 bean으로 등록하여 간편하게 사용하기 위한 목적으로 구성
@hoonyworld hoonyworld linked a pull request Dec 5, 2024 that will close this issue
hoonyworld added a commit that referenced this issue Dec 6, 2024
* [#286] chore(.gitignore): Qclass를 ignore 처리

* [#286] chore(build.gradle): QueryDSL 의존성 추가

* [#286] feat(JpaAuditingConfig): JPAQueryFactory 구성

- JPA 환경을 구성하고 QueryDSL을 사용할 수 있도록 설정하는 클래스
- 매번 EntityManager를 주입받아서 구성해야 하는 JPAQueryFactory를 bean으로 등록하여 간편하게 사용하기 위한 목적으로 구성

* [#286] feat(QueryDslConfig): QueryDsl관련 Config 클래스 생성

* [#286] refactor(JpaAuditingConfig): JpaAuditingConfig 롤백
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant