Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/index/home. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
client runs in 8000
rest service runs in 8080 and the service has @CrossOrigin(origins = "http://localhost:8000/")
but still not working