我正在尝试设置swagger ui,但我无法对从网址https://github.com/swagger-api/swagger-ui复制的swagger-ui-master代码执行相同操作。
下载上面的内容,复制dist下的内容将它们放在src / main / webapp下的我的web应用程序上下文中并做一个maven build.I尝试在tomcat框中部署相同的内容并编辑index.html文件使用http://localhost:8080/ / test.json指向路径,它为我提供了JSON格式的api的完整列表。
我看到JSON格式的错误响应为
{
"status": "notFound",
"errorMessage": "null for uri: http://localhost:8080/<webapp_context>/index.html",
"errorCode": null,
"additional": null
}
任何指针。谢谢提前