python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Data Rest - validate Bean before save
I've been searching for the simplest and best way to validate my entities before they are created/updated and after much googling, I couldn't find a clean/modern one.
Ideally, I would have loved to be...
Marco
Votes: 0
Answers: 2
How to acess an entity under _links in Angular from Spring Data REST?
I encountered a problem which is very challenging to my Angular level. Could you give a help please?
In Spring Data REST the entity Worker has a @OneToMany bidirectional relationship with the entity T...

Murilo de Melo Reis
Votes: 0
Answers: 2
Spring Data Rest search sub-resources
I'm writing a Spring Data Rest application and trying to find a way to search for a resource not only on the main collection resource, but also within the association resource on its parent.
For examp...
user99536
Votes: 0
Answers: 0
How can I return validation errors in a RFC-7807 format in Spring Boot Data Rest controllers?
I have a Spring repository
@RepositoryRestResource
public interface MongoIntegrationTokenRepository extends MongoRepository<IntegrationToken, String>, CrudRepository<IntegrationToken, String&...

Mridang Agarwalla
Votes: 0
Answers: 2