Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

How to access in memory h2 database of one spring boot application from another spring boot application

Equivalent of criteria in spring-data-jpa

Prevent Spring Boot startup failure on couchbase connection error

Spring Data REST Joined Inheritance Issue

Spring-data-redis @Cacheable java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to MyObject

java redis spring-data

Spring Data Rest Custom Method return String

Java spring data mongodb: UUID as entity ID in mongodb

Is there spring-data for CouchDB?

Best way to handle read timeouts in Spring Data MongoDB

Spring Data Rest PUT v.s PATCH LinkableResources

Spring Data MongoDb for class inheritance

Multiple keyspace support for spring-data-cassandra repositories?

Spring Boot and Spring Data application with multiple DataSources created in runtime

failed to lazily initialize a collection of role: User.authorities, could not initialize proxy - no Session

Spring Data Rest - Soft Delete

Spring data-rest: set null value by PATCH request

java spring rest spring-data

How to use @NamedQuery in spring a CrudRepository @Query?

Liquibase generate changelog from JPA entities

Should Kotlin's DAO return Optional or null?