I'm following this tutorial Spring/Angular
When I run my app I get this error:
Access to XMLHttpRequest at 'http://localhost:8080/api/employees' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I red differents questions 'bout Cross Origin but I don't know exactly where to insert it and what insert on it because in the tutorial never show or use it.