-
https://github.com/mash-up-kr/Dojo-Spring/pull/44#discussion_r1677834767
^ 위 코멘트에 달린 것 같이 논의해봐요~
-
your project seams not build after clone since error on QSpatialEvent class not found
https://github.com/mstahv/spring-boot-spatial-example/blob/master/src/main/java/org/vaadin/example/VaadinUI.jav…
-
## Description
As the title says, a new QueryDSL version 5.1.0 is out, but the documentation knows nothing about it.
Please update the changelog and the release page. Thanks!
lefou updated
7 months ago
-
Hello @velo
I am starting working on the integration of **OAuth2 client flows** into Feign. I am opening this issue first.
Reason one: to evaluate the public interest for this feature.
Reaso…
-
## Problemdescription
Compile-Error when a Java-Record is marked as @Embeddable!
`Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project …
-
### Use case
It was a surprise to find this supported r2dbc‘s’ library! thanks a lot to author!
I'm a developer for android & desktop by compose-multiplatform (sometime also use kotlin to coding s…
-
## Overview
- 글로벌 예외처리부터 AOP 까지 많은 기능을 구현해주시느라 고생하셨습니다.
- 전체적으로 완성도 있게 구현해주셨고 주석도 틈틈히 잘 남겨주셨습니다.
- 페이징 처리까지 잘 구현해주신것 확인하였습니다. 좀더 개선할 부분 피드백 남겨드릴게요.
- 좋아요를 연관관계가 없는 Like 객체와 likeCount 로 구현해주셨는데 이…
-
Hello
I'm using your project with Play 2.4 and spring data 1.11.4.RELEASE. I discovered that default version 3.6.2 does not work with spring data. Also the querydsl namespace changed. Upgrading to …
-
I have a user defined type:
```kotlin
class A
class AType: UserType {
...
}
```
When I use it as entity field like:
```kotlin
@org.hibernate.annotations.Type(value = AType::class)
va…
-
Domain 인이 곳 DB 에서의 Table 이 되게 relationship 반영
고려사항,
- QueryDSL 를 사용하지 않고 사용될 모든 조회가 되어야 한다.
- domain 간의 relationship(1:1, 1:*, *:*) 정의
- 무한 재귀에 빠지는 현상 조심
- 양방향, 단방향 어떤게 맞을까 이런 고민도 하게 될 것이…