1、首先启动springboot+swagger的工程。
2、在application.yml里面查看服务的端口号,比如这里是9510。
3、访问URL:http://localhost:9510/test/swagger-ui.html
其中test是你的工程名称。