当前位置:网站首页>Swagger突然发癫
Swagger突然发癫
2022-07-04 18:32:00 【Stack Piston】
http://xx:8087/context/v2/api-docs
调用就是空白404
控制台报:
Unable to find specification for group
注意:和别人Unable to find specification for group 'default'不同
看日志似乎log {}的原因。其实已经可以看出别人需要的是default,我需要的是""
html报:
踩坑:
pom换swagger版本,没用。
抄别人配置,没用。
group 'default',没用。(其实已经接近答案了)
跨域,不是。
最终:
https://www.cnblogs.com/bwqueen/p/16040677.html
.groupName("")
边栏推荐
- FPGA时序约束分享01_四大步骤简述
- Oracle with as ORA-00903: invalid table name 多表报错
- 基于NCF的多模块协同实例
- 联想首次详解绿色智城数字孪生平台 破解城市双碳升级难点
- How test engineers "attack the city" (Part 2)
- One question per day (2022-07-02) - Minimum refueling times
- Online sql to excel (xls/xlsx) tool
- SSL证书续费相关问题详解
- 1006 Sign In and Sign Out(25 分)(PAT甲级)
- 函数式接口
猜你喜欢
Introduction to polyfit software
Lenovo explains in detail the green smart city digital twin platform for the first time to solve the difficulties of urban dual carbon upgrading
Go microservice (II) - detailed introduction to protobuf
LM10丨余弦波动顺势网格策略
Wireshark网络抓包
Bi skills - permission axis
在线文本行固定长度填充工具
Nebula importer data import practice
Oracle with as ORA-00903: invalid table name 多表报错
用实际例子详细探究OpenCV的轮廓绘制函数drawContours()
随机推荐
HDU 1097 A hard puzzle
勾股数规律(任意三个数能够满足勾股定理需要满足的条件)
Generate XML elements
大佬们,求助一下,我用mysql cdc 2.2.1(flink 1.14.5)写入kafka,设置
用实际例子详细探究OpenCV的轮廓绘制函数drawContours()
Shell programming core technology "I"
联想首次详解绿色智城数字孪生平台 破解城市双碳升级难点
LeetCode第300场周赛(20220703)
Qt实现界面滑动切换效果
Wireshark网络抓包
.NET ORM框架HiSql实战-第二章-使用Hisql实现菜单管理(增删改查)
测试工程师如何“攻城”(上)
双冒号作用运算符以及命名空间详解
Hough Transform 霍夫变换原理
Allure of pytest visual test report
Add namespace declaration
Guys, for help, I use MySQL CDC 2.2.1 (Flink 1.14.5) to write Kafka and set
Specify the character set to output
Nebula importer data import practice
26. 删除有序数组中的重复项 C#解答