org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providers:dubbo:xxx': Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'filter' threw exception; nested exception is java.lang.IllegalStateException: No such extension requestFilter for filter/com.alibaba.dubbo.rpc.Filter
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springf
dubbo引用自定义filter
最新推荐文章于 2024-06-03 16:48:06 发布
在配置 Dubbo 自定义 Filter 时,由于 IDEA 的显示问题,可能导致文件夹路径理解错误。实际上,`META-INF.dubbo` 应该是两个独立的文件夹,而非单一文件夹名称。检查本地文件系统的正确路径是解决问题的关键。
摘要由CSDN通过智能技术生成