-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
hoonyworld
added a commit
that referenced
this issue
Dec 5, 2024
hoonyworld
added a commit
that referenced
this issue
Dec 5, 2024
hoonyworld
added a commit
that referenced
this issue
Dec 5, 2024
- JPA 환경을 구성하고 QueryDSL을 사용할 수 있도록 설정하는 클래스 - 매번 EntityManager를 주입받아서 구성해야 하는 JPAQueryFactory를 bean으로 등록하여 간편하게 사용하기 위한 목적으로 구성
hoonyworld
added a commit
that referenced
this issue
Dec 6, 2024
hoonyworld
added a commit
that referenced
this issue
Dec 6, 2024
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
Feature Issue 📌
Todo ✔️
The text was updated successfully, but these errors were encountered: