Estou com este erro no angular 2
Failed to load http://localhost:8080/des-if-web/paisRecurso/buscar: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4200' is therefore not allowed access. The response had HTTP status code 403.
Meu código java
@CrossOrigin(origins = "http://localhost:4200/", maxAge = 3600)
@RestController
public class PaisController
O pode estar que está barrando ?