一般这种错误是缺少set方法,如:

Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'securityMetadataSource' of bean class [com.basic.security.MyFilterSecurityInterceptor]: Bean property 'securityMetadataSource' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

是说在类com.basic.security.MyFilterSecurityInterceptor中缺少属性:securityMetadataSource的set方法.

相关文章:

  • 2021-11-01
  • 2022-01-27
  • 2021-05-22
  • 2022-01-03
  • 2021-11-17
  • 2021-06-25
  • 2021-12-19
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-10-23
  • 2021-08-17
  • 2021-12-09
  • 2021-06-26
相关资源
相似解决方案