Caused by: java.lang.ClassNotFoundException: org.springframework.boot.bind.RelaxedPropertyResolver

这个错误是由于没有添加:

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.1.1.RELEASE</version>
</parent>

从而找不到RelaxedPropertyResolver这个类

相关文章:

  • 2021-07-27
  • 2021-08-14
  • 2021-10-26
  • 2021-12-02
  • 2021-11-18
  • 2021-05-24
猜你喜欢
  • 2021-12-27
  • 2021-07-26
  • 2022-01-05
  • 2021-07-22
  • 2021-11-15
  • 2022-01-03
  • 2021-06-13
相关资源
相似解决方案