在学spring框架时遇到了一个错误
Invalid property ‘jt’ of bean class [cn.xiaozhang.a_jdbctemplate.UserDaoImpl]: Bean property ‘jt’ is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
解决方法:Invalid property 'jt' of bean class [cn.xiaozhang.a_jdbctemplate.UserDaoImpl
在UserDaoImpl中添加jt 的get和set方法

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案