多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
```properties #默认地址:http://localhost:8080/v3/api-docs #更改后为:http://localhost:8080/v1/api-docs springdoc.api-docs.path=/v1/api-docs #true:默认,能访问api-docs #false:不能访问api-docs,报404 springdoc.api-docs.enabled=true #默认地址:http://localhost:8080/swagger-ui/index.html #更改后为:http://localhost:8080/v1/swagger-ui/index.html springdoc.swagger-ui.path=/v1/swagger-ui.html #true:默认,能访问swagger-ui #false:不能访问swagger-ui,报404 springdoc.swagger-ui.enabled=true ``` **** 更多配置参考官方文档:https://springdoc.org/index.html#properties