本文档总结一些与2.X的不同

1. 文档位置

http://springfox.github.io/springfox/docs/current/

2. 添加依赖

不同于2.X版本, 此时只要添加一个依赖即可

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

3. SwaggerUI的位置

现在改为了

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

此时我配置使用的端口号为8001

相关文章:

  • 2022-12-23
  • 2022-01-10
  • 2022-01-21
  • 2021-12-25
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2022-12-23
  • 2021-04-19
  • 2021-09-17
  • 2021-07-10
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案