-
-
Why did I submit the proposal of database? I think there are some reasons as following:
1. The database is so populor that almost every application is using it, we want to make the development as sim…
-
I try to set the resource type for a jpa entity with `@JsonApiResource` in katharsis-jpa, but it does not work.
-
I'm implementing a dynamic query with following code.
```
userRepository.findBy(QUser.user.id.isNotNull(), q -> q.project("username").as(UserWithUsernameOnly.class).all());
```
But the generat…
-
````
IntelliJ IDEA 2022.2 RC (Ultimate Edition)
Build #IU-222.3345.90, built on July 20, 2022
Subscription is active until November 21, 2022.
Runtime version: 17.0.3+7-b469.32 amd64
VM: OpenJDK 6…
-
## Expected Behavior
Setup dynamo db
## Actual Behavior
```
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dynamoDB-DynamoDBMapper': Instantia…
-
Hi,
upon reading the docs about Spring supporting custom repositories, I've gone down the rabbit hole of wanting a completely custom base repository impl + interface, because I wanted to *remove* and…
-
## Issue Description
When analyzing Kotlin dataclasses, I get one "critical" error for each non-nullable constructor parameter without a default value with the following description:
"The field …
-
Monolithic Java EE applications are typically structured and deployed in tiers (client, web,
business, and data), with long lived application servers hosting web archives (WAR files),
enterprise arc…
-
This is related to the query on stack overflow - https://stackoverflow.com/questions/78372812/spring-data-scrolling-window-with-specification-filtering
How do we implement specification based filte…