我想建立MVC應用程序,但得到對應的網絡錯誤問題:#spring啓動#Angular JS
「NetworkError:401未授權 - http://localhost:8080/SpringBootCRUDApp/api/user/」
跨來源請求阻止:同源策略不允許在http://localhost:8080/SpringBootCRUDApp/api/user/處讀取遠程資源。 (原因:缺少CORS頭'Access-Control-Allow-Origin')。
`
[enter image description here][1]
您應該在您的端點上使用'@ CrossOrigin',如文檔中所述:http://docs.spring.io/spring-boot/docs/1.5.1.RELEASE/reference/htmlsingle /#boot-features-cors –