编程语言
首页 > 编程语言> > [Bug日记0002]小白拉取到的Github源码访问swagger-ui.html出错

[Bug日记0002]小白拉取到的Github源码访问swagger-ui.html出错

作者:互联网

问题

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

别人原因

SpringBoot的启动类(类名上面有@SpringBootApplication注解 )与controller包不在同一个目录下

尝试了一圈之后发现自己访问的是http://localhost:8000/swagger-ui

原因

应该访问的是swagger-ui.html页面(真是石乐志)

解决方案

应该访问的是http://localhost:8000/swagger-ui.html (注意+html)

标签:Github,0002,html,访问,源码,ui,swagger,8000,localhost
来源: https://www.cnblogs.com/CodedogWorld/p/15848464.html