当前位置:网站首页>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("")
边栏推荐
- 92.(cesium篇)cesium楼栋分层
- 求2的n次方
- HDU 1372 & POJ 2243 Knight Moves(广度优先搜索)
- SSRS筛选器的IN运算(即包含于)用法
- 1008 Elevator(20 分)(PAT甲级)
- “只跑一趟”,小区装维任务主动推荐探索
- The CDC of sqlserver can read the data for the first time, but it can't read the data after adding, deleting and modifying. What's the reason
- Socket programming demo II
- 牛客小白月赛7 F题
- Some thoughts on whether the judgment point is located in the contour
猜你喜欢
FPGA timing constraint sharing 01_ Brief description of the four steps
Opencv functions and methods related to binary threshold processing are summarized for comparison and use
2022CoCa: Contrastive Captioners are Image-Text Fountion Models
Online text line fixed length fill tool
在线文本行固定长度填充工具
Stream stream
92.(cesium篇)cesium楼栋分层
大div中有多个div,这些div在同一行显示,溢出后产生滚动条而不换行
LeetCode第300场周赛(20220703)
2022CoCa: Contrastive Captioners are Image-Text Fountion Models
随机推荐
Upgrade the smart switch, how much is the difference between the "zero fire version" and "single fire" wiring methods?
生成XML元素
Functional interface
关于判断点是否位于轮廓内的一点思考
876. 链表的中间结点
欧拉函数
To sort out messy header files, I use include what you use
92.(cesium篇)cesium楼栋分层
LeetCode FizzBuzz C#解答
请教一下 flinksql中 除了数据统计结果是状态被保存 数据本身也是状态吗
Shell programming core technology II
Guys, for help, I use MySQL CDC 2.2.1 (Flink 1.14.5) to write Kafka and set
升级智能开关,“零火版”、“单火”接线方式差异有多大?
OpenCV的二值化处理函数threshold()详解
Bi skills - permission axis
1008 Elevator(20 分)(PAT甲级)
Some thoughts on whether the judgment point is located in the contour
@transactional滥用导致数据源连接池耗尽问题
FPGA timing constraint sharing 01_ Brief description of the four steps
问下各位大佬有用过cdc直接mysql to clickhouse的么