Posts by Godrius • 16 points
2 posts
-
0
votes1
answer21
viewsA: Upload image profile photo and associate to "profilePhoto" attribute in User entity with Spring
The rest of your JSON vc sends in the body of the request normally.…
-
0
votes2
answers52
viewsA: Get and Set in Arraylist
I made a brief example using a simpler car class just to illustrate. public class Carro { private String nome; public Carro(String nome) { this.nome = nome; } public String getNome() { return nome;…