Posts by Bruno Monteiro • 63 points
2 posts
-
2
votes1
answer8567
viewsQ: Problem with CORS at Angular 5
Guys I’m with a test application on Angular 5 and I’m trying to consume the Webservice from the top hat. When performing this attempt the following error appears: Failed to load…
-
4
votes2
answers949
viewsQ: Problems with JPA - Hibernate does not persist WHOLE object
Good morning guys! I have the following entities: package br.com.sistema.entidade; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.IdClass; import…