l5-swagger 除了要添加 @OA\Get() 针对方法的注释之外,每个 Controller 还需要一个概述信息,如下:

/**
 * @OA\Info(
 *     title="Auth API",
 *     version="1.0"
 * )
 */

 

Refer:l5-swagger

Link:https://www.cnblogs.com/farwish/p/14014079.html

 

相关文章:

  • 2022-12-23
  • 2021-08-01
  • 2021-09-26
  • 2021-11-07
  • 2021-12-05
  • 2022-12-23
  • 2021-08-14
猜你喜欢
  • 2021-09-09
  • 2022-01-06
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案