-
因为新版本不需要静态链接,改application.yml 文件的配置。
```yml
springdoc:
swagger-ui:
path: /swagger-ui.html
tags-sorter: alpha
operations-sorter: alpha
api-docs:
path: /v3/api-docs
g…
-
用的com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter 4.5.0版本。 看了issue 我在WebConfig类添加了
private final Jackson2ObjectMapperBuilder jacksonBuilder;
@Override
public void…
-
https://doc.xiaominfo.com/faq/
knife4j 指南
-
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Knife4j Version (please complete the following information):**
4.5.0
-
**No static resource api-docs/swagger-config**
springboot3+knife4j-openapi3-jakarta-spring-boot-starter 本地测试是ok的,但是发布到测试线http://xx.xx.xx.xx.xx/dev/xx-xx/v3/api-docs/swagger-config请求就报No static resou…
-
https://doc.xiaominfo.com/knife4j/
knife4j 指南
-
拉取Master代码之后 访问 http://localhost:48080/doc.html
发现所有的接口生成的文档都是 content-type:application/x-www-form-urlencoded 提交请求报 500错误
org.springframework.web.HttpMediaTypeNotSupportedException: Content typ…
-
自带的index.html打不开,python启动py文件后也是这个报错
-
由于项目各服务部署在内网,出口只有一个地址,访问接口文档时,通过nginx代理。先阶段其它资源代理之后都能够正常获取(有图),而接口文档无法获取,查看请求地址没有走代理(),考虑是没有配置pathMaping的原因,但knif4j配置文件中没有找到pathMaping配置位置。
整体项目在开发环境,也就是没有代理的情况下,是正常的。
成功请求地址:http://172.16.21.14…
-
**Describe the bug**
@Data
@Schema(name = "ApiRespose")
public class ApiResponse implements Serializable {
@Schema(description = "业务处理成功结果", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
priv…