请问一下,缺少这个bean属性,是在哪添加?
问题描述:
请问一下,缺少这个bean属性,是在哪添加,我觉得是可以注入的,springboot的没弄过
答
你的JwtTokenUtil有没有加 @Component
答
bean是ioc的管理对象,创建了bean才能使用@Autowired自动注入的
答
需要把类对象注入到spring中 @Component 使用注解