Could not autowire field: private java.lang.Integer com.taotao.sso.service.impl.UserServiceImpl.SSO_

Posted Archibald Witwicky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not autowire field: private java.lang.Integer com.taotao.sso.service.impl.UserServiceImpl.SSO_相关的知识,希望对你有一定的参考价值。

@Value("REDIS_USER_SESSION_KEY")
private String REDIS_USER_SESSION_KEY;
  • 1
  • 2

改正:

@Value("${SSO_SESSION_EXPIRE}")
private Integer SSO_SESSION_EXPIRE;
  • 1
  • 2

以上是关于Could not autowire field: private java.lang.Integer com.taotao.sso.service.impl.UserServiceImpl.SSO_的主要内容,如果未能解决你的问题,请参考以下文章

跪求大神:Could not autowire field: private com.mvc.service.StudentService com.mvc.controller.Stud

Could not autowire field: private java.lang.Integer com.taotao.sso.service.impl.UserServiceImpl.SSO_

bugidea无法使用@Autowired , 提示could not autowire

IDEA mybatis 在service无法使用@Autowired , could not autowire

spring boot2 - Could not autowire报错

idea报错could not autowired .但是可以正常运行