learning-Java

1.添加有参构造,忘记添加无参构造

  ## 错误提示
  (no Creators, like default construct, exist ): cannot deserialize from Object value (no delegate- or property-based Creator)

2.忘记注入@Autowired

  ## 错误提示
  Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
  java.lang.NullPointerException: null

分类:

技术点:

相关文章:

  • 2021-12-20
  • 2021-11-30
  • 2021-12-01
  • 2021-06-21
  • 2021-09-19
  • 2021-05-17
  • 2021-10-02
  • 2022-12-23
猜你喜欢
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-11-30
  • 2021-10-24
相关资源
相似解决方案