Posts by Leandro Menezes • 19 points
4 posts
-
0
votes1
answer91
viewsA: How to validate Date type with Springboot validation bean?
After many attempts I discovered the reason for not passing the validator, my entity was annotated with validators of the javax.validation.constraints but, my validator created with the annotations…
-
-1
votes1
answer91
viewsQ: How to validate Date type with Springboot validation bean?
Gentlemen, I would like to know from you, how are you validating Date type fields in Spring-boot with Bean Validation? I used the note @DateTimeFormat but I did not get the expected return, and the…
-
0
votes0
answers74
viewsQ: How to consume a SOAP Webservice at Angular 7
Guys, I’m trying to consume a SOAP Webservice in Angular 7, I’m using ngx-Soap in version 0.6.3, but I’m not succeeding, the project runs but when I try to access the resource the browser emits this…
-
1
votes1
answer354
viewsQ: How to convert mysql search result into columns
Good evening guys, I do not know if someone has been through this, but I need to convert the result of a search in mysql in columns, is not to exchange the rows for the columns, but rather, make…