当前位置:网站首页>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("")
边栏推荐
- socket编程demo二
- "Only one trip", active recommendation and exploration of community installation and maintenance tasks
- Oracle with as ORA-00903: invalid table name 多表报错
- 添加命名空间声明
- An example of multi module collaboration based on NCF
- 《看完就懂系列》字符串截取方法substr() 、 slice() 和 substring()之间的区别和用法
- prometheus安装
- 基于NCF的多模块协同实例
- Lm10 cosine wave homeopathic grid strategy
- How test engineers "attack the city" (Part 2)
猜你喜欢

SSRS筛选器的IN运算(即包含于)用法
redis分布式锁的8大坑总结梳理

如何使用Async-Awati异步任務處理代替BackgroundWorker?

用实际例子详细探究OpenCV的轮廓绘制函数drawContours()

Comment utiliser async awati asynchrone Task Handling au lieu de backgroundworker?

西门子HMI下载时提示缺少面板映像解决方案

Lenovo explains in detail the green smart city digital twin platform for the first time to solve the difficulties of urban dual carbon upgrading

一文掌握数仓中auto analyze的使用

Stream流

To sort out messy header files, I use include what you use
随机推荐
LeetCode 赎金信 C#解答
English语法_名词 - 使用
92.(cesium篇)cesium楼栋分层
函数式接口
LeetCode第300场周赛(20220703)
Functional interface
线上数据库迁移的几种方法
问下各位大佬有用过cdc直接mysql to clickhouse的么
勾股数规律(任意三个数能够满足勾股定理需要满足的条件)
项目中遇到的线上数据迁移方案1---总体思路整理和技术梳理
2022CoCa: Contrastive Captioners are Image-Text Fountion Models
C# 使用StopWatch测量程序运行时间
Nebula importer data import practice
Shell programming core technology "three"
添加命名空间声明
redis分布式锁的8大坑总结梳理
Oracle with as ora-00903: invalid table name multi report error
An example of multi module collaboration based on NCF
1006 Sign In and Sign Out(25 分)(PAT甲级)
LeetCode FizzBuzz C#解答