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

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这个类

posted @ 2019-01-02 19:09  Java九阳真经  阅读(17336)  评论(0编辑  收藏  举报