问题:
springboot使用swagger3.0时,访问http://localhost:8080/swagger-ui.html页面404,无法访问
原因:
版本3.0.0之前swagger访问后缀/swagger-ui.html;3.0.0版本改成了/swagger-ui/index.html
解决方式:
http://localhost:27017/swagger-ui/index.html