gpt4 book ai didi

spring - 在 Springfox Swagger UI 中如何配置标题、描述和许可证?

转载 作者:行者123 更新时间:2023-12-02 15:07:47 25 4
gpt4 key购买 nike

当您在 Spring Boot 应用程序中使用 Springfox 启动 Swagger UI 时,它看起来像这样:

enter image description here

如何配置标题和描述(“Api 文档”)和许可证 (Apache 2.0)。

最佳答案

您可以通过传递 ApiInfo 来设置这些值反对你的案卷。

new Docket(DocumentationType.SWAGGER_2)
...
.apiInfo(new ApiInfo(...))
...

ApiInfo 的构造函数接受关于您的 API 的一些详细信息。在您的情况下,您应该查看标题、描述和许可参数。

关于spring - 在 Springfox Swagger UI 中如何配置标题、描述和许可证?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46153883/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com