Spring Data is an umbrella open source project which contains many subprojects that are specific to a given database.
I am using Spring Data JPA with a RDBMS in my project. I have a requirement where I have to …
java database querydsl spring-dataI have a project that uses spring-data-rest, and has a dependency project that only uses Spring Data. Both projects have …
java spring-data spring-data-restI am using Spring + Redis as my cache component in the new project. The spring config xml file is: <!…
error-handling redis spring-data jedisI'd built a simple app which uses Spring Data 3.1.0.RELEASE and Eclipselink 2.4 on the server side - which is hosted …
tomcat classloader spring-data load-time-weaving context.xmlIs it possible to use Hibernate and RDBMS(Mysql, Postgres etc) with ReactiveCrudRepository instead of CrudRepository? I have tried some …
spring hibernate spring-data-jpa spring-data reactiveI refreshed my gradle project but it gives me error that " The import org.springframework.data cannot be resolved " The …
java spring spring-data rest-assuredI'm trying to understand how to use Spring Data's Query by Example capabilities, and am struggling to understand how to …
spring spring-data spring-data-jpa query-by-exampleI was using hibernate but i heard that spring-data-jpa is the best so i try it and i'm satisfy with …
spring hibernate jpa criteria spring-dataI am using the auditing capabilities of Spring Data and have a class similar to this: @Entity @Audited @EntityListeners(AuditingEntityListener.…
java spring spring-data auditingWhen I launch my test with the following annotations: package com.hello.package.p1; @RunWith(SpringRunner.class) @DataMongoTest @SpringBootTest public …
spring-boot spring-data spring-test