Posts by Carlos Henrique • 51 points
5 posts
-
0
votes0
answers40
viewsQ: Custom Validation using Kotlin
I am trying to create a validation where it is necessary that the phone or mobile phone is required (when one exists the other is not required, if both are empty one or the other needs to be…
-
0
votes1
answer72
viewsA: Spring boot to associate two entities
The way I managed to do it was to add Annotation @Jsonmanagedreference to the relationship and it worked smoothly.
-
-2
votes1
answer72
viewsQ: Spring boot to associate two entities
I have a question about how to associate two entities using spring data + spring boot. I have both relationships: @Entity(name = "profiles") class Profile( @field:Id @field:GeneratedValue(strategy =…
-
3
votes1
answer45
viewsQ: Ruby doubt Apis
I was reading in the ruby documentation on link about the default ruby classes, but I saw that it has more classes than the documentation shows how to yaml, where can I find those Apis? I want to…
-
2
votes1
answer592
viewsQ: Laravel validation
I need to do a data validation coming from an XML, have as I use a Validation Request? Or Validation Request only for data coming from a form?