Posts by Lucas Maciel Cordeiro • 1 point
1 post
-
0
votes2
answers354
viewsA: Restful Angular
Try to change that line: @Produces({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML}) of your Rest for that: @Produces({MediaType.APPLICATION_JSON})…