当前位置:   article > 正文

Parameter 0 of constructor in xxx required a bean of type ‘java.lang.String‘ that could not be found_parameter 0 of constructor in yf.app.message.handl

parameter 0 of constructor in yf.app.message.handler.chathandler required a

问题概述

        今天在使用@Value引用配置文件参数时报错

        

报错代码

        

报错原因

        在使用lombok->@AllArgsConstructor注解与@Value注解会产生冲突,导致@Value注解不可用

解决方案

        1)将@AllArgsConstructor注解改为@RequiredArgsConstructor注解

        2)将所有的注入都改为final类

        

        

        

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/125845?site
推荐阅读
相关标签
  

闽ICP备14008679号