Posts by Eduardo • 1 point
1 post
-
-3
votes1
answer21
viewsQ: Upload image profile photo and associate to "profilePhoto" attribute in User entity with Spring
Guys I have an entity that way: I am using Spring Boot and Postman to instantiate new User class objects @EqualsAndHashCode(onlyExplicitlyIncluded = true) @Entity @Table(name = "tb_users") public…