DORSETRIGS
Home

spring-data-rest (5 post)


posts by category not found!

Spring Data - Overriding default methods for some repositories

Mastering Flexibility Overriding Spring Datas Default Methods in Repositories Spring Data JPA simplifies data access in Spring applications by providing a power

2 min read 07-10-2024 31
Spring Data - Overriding default methods for some repositories
Spring Data - Overriding default methods for some repositories

Spring Boot LocalDate field serialization and deserialization

Spring Boot Local Date Serialization and Deserialization A Comprehensive Guide Dealing with dates in your Spring Boot applications can be tricky especially when

2 min read 07-10-2024 30
Spring Boot LocalDate field serialization and deserialization
Spring Boot LocalDate field serialization and deserialization

Not found in annotated query error with @Query

Debugging Not Found in Annotated Query Error with Query in Spring Data Spring Data JPA provides a convenient way to interact with databases using repositories a

3 min read 06-09-2024 53
Not found in annotated query error with @Query
Not found in annotated query error with @Query

Spring boot response REST service error

Spring Boot REST Service Error Infinite Recursion and Committed Exception This article will delve into a common error encountered in Spring Boot REST services t

2 min read 06-09-2024 50
Spring boot response REST service error
Spring boot response REST service error

How to easily expose endpoints in a format like Spring Data REST?

Effortlessly Exposing Endpoints Like Spring Data REST A Guide to HATEOAS with Spring Boot Want to build REST APIs that are as easy to use as those generated by

3 min read 31-08-2024 51
How to easily expose endpoints in a format like Spring Data REST?
How to easily expose endpoints in a format like Spring Data REST?