Posts by Carlera • 11 points
3 posts
- 
		0 votes1 answer85 viewsA: Netbeans Java - Failed to execute Goal org.codehaus.mojo:exec-Maven-plugin:1.5.0:exec (default-cli) on project Sintetizee:It can be the Netbeans cache. Do the sequinte, close Netbeans and move everything from folders: C:\Users\User\AppData\Local\NetBeans\Cache C:\Users\User\AppData\Roaming\NetBeans\12.0\var (substitute… 
- 
		0 votes1 answer46 viewsA: How to change the result of requesting a Rest API with Spring?Problem solved by adding @JsonIgnore on the property aluno of the entity Prova. The code went something like this: @ManyToOne @JsonIgnore @JoinColumn(name = "id_aluno") private Aluno aluno; The… 
- 
		1 votes1 answer46 views