-
As a developer
I need to to move away from using the CriteriaAPI
because of its inflexibility, in particular it makes it difficult for us to run stats on the results of saved searches.
A step forward…
-
**[GT](https://jira.spring.io/secure/ViewProfile.jspa?name=gt_tech)** opened **[DATACMNS-1298](https://jira.spring.io/browse/DATACMNS-1298?redirect=false)** and commented
I apologize as I am little c…
-
## Steps to reproduce
Try using the BooleanTemplate booleanTemplate = Expressions.booleanTemplate(....)
on spring boot 3.1.4 and then on 3.2.4
Querydsl version:
5.1.0
Querydsl module:
…
-
## Observed vs. expected behavior
After upgrading Spring-boot to v2.6.7, I upgraded querydsl from 4.2.1 to 5.0.0. After that querydsl-maven-plugin stated to fail with the error message "Failed to e…
-
## There is no maven configuration for custom starter which also includes common entities, lombok and mapstruct
> First: You don't need apt-maven-plugin plugin. Almost every blogs on the Internet a…
-
- [x] QureyDSL 기본 설정하기
- [x] Q 클래스 생성하기
- [x] QueryDSL 쿼리 작성하기
-
**[Kirill Voronin](https://jira.spring.io/secure/ViewProfile.jspa?name=yoursdearboy)** opened **[DATACMNS-930](https://jira.spring.io/browse/DATACMNS-930?redirect=false)** and commented
It will be ni…
-
## 📌 개요
- List 조회 방식 수정
## 📋 Description
- Query DSL을 추가하여, 조건 검색 및 동적쿼리 추가
## ✔️ Complete
- [x] #44
- [x] #54
- [ ] [Add] Spring 게시판 조회, 조건 조회(QueryDSL)
- [ ] [Add] Spring 프로젝트 조회
-
# [gradle] 그레이들 Annotation processor 와 Querydsl - I'm honeymon(JiHeon Kim).
새로운 맥북을 받고 스프링 부트 버전업을 하면 그레이들도 버전업을 해야하는 상황이 온다.
[http://honeymon.io/tech/2020/07/09/gradle-annotation-processor-with-que…
-
## 🐞 어떤 상황에서 발생한 버그인가요?
좋아요 반 정규화로 템플릿 테이블에 좋아요한 개수를 저장하기 시작했다.
이를 통해 해당 템플릿 좋아요 시 템플릿이 업데이트 되어 ModifiedAt 시간이 변경된다.
현재 서비스 정책 상 최근 수정 순으로 데이터를 정렬하여 이에 좋아요한 템플릿이 맨 위로 올라가게 된다.
## 🎁 예상 결과
좋아요…