Posts by Nando Luz • 56 points
1 post
- 
		4 votes3 answers12331 viewsA: has been blocked by CORS policy: No 'Access-Control-Allow-Origin'Another solution would be for you to record the origins, as follows: Within com.stefanini.contatos.config create a class WebConfig.java Enter the following code: @Configuration @EnableWebMvc public…