我下载了Swagger UI,并通过从index.html
文件夹中打开/dist
来运行它。
我的目标是通过捕获WS的结果来生成Swagger描述符文件。
我将以下内容粘贴到“ Explore”窗口中,在该窗口中,REST WS成功运行并在浏览器中进行测试时返回JSON结果:
http://localhost:8080/myapp/ws/dataWS
这是正确的本地URL,但是我得到了:
获取错误
Possible cross-origin (CORS) issue? The URL origin
(...) does not match the page (null).
Check the server returns the correct 'Access-Control-Allow-*' headers.