美文网首页
Spring boot 通过 springfox-boot-st

Spring boot 通过 springfox-boot-st

作者: Max____ | 来源:发表于2021-03-20 14:24 被阅读0次

    简单三步走

    1. 增加dependency

     <dependency>
       <groupId>io.springfox</groupId>
       <artifactId>springfox-boot-starter</artifactId>
       <version>3.0.0</version>
    </dependency>
    

    2. Run application

    3. 浏览器打开

    http://localhost:8080/swagger-ui/index.html
    

    相关文章

      网友评论

          本文标题:Spring boot 通过 springfox-boot-st

          本文链接:https://www.haomeiwen.com/subject/rmlwcltx.html