Consider defining a bean of type ‘springfox.documentation.schema.TypeNameExtractor‘ in your configur

本文介绍了解决Spring Boot项目中Swagger配置缺失导致的启动失败问题,以及引入Nacos依赖后出现的Servlet Filter类未找到错误的解决办法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.报错Consider defining a bean of type ‘springfox.documentation.schema.TypeNameExtractor’ in your configuration.

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in com.github.xiaoymin.knife4j.spring.plugin.DynamicResponseModelReader required a bean of type 'springfox.documentation.schema.TypeNameExtractor' that could not be found.


Action:

Consider defining a bean of type 'springfox.documentation.schema.TypeNameExtractor' in your configuration.

解决方案:在启动类加下注解

@ComponentScan({"springfox.documentation.schema"})

也有可能是你这个项目忘记加了swagger的配置

2.引进nacos依赖出现Caused by: java.lang.NoClassDefFoundError: javax/servlet/Filter

解决方案:
引进改依赖即可

   <dependency>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter-tomcat</artifactId>
      </dependency>
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

有点东西且很多

你的鼓励是我最大的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值