代码之家  ›  专栏  ›  技术社区  ›  user2083529

弹簧防尘套2.0.0。RC1无法访问信息端点

  •  0
  • user2083529  · 技术社区  · 6 年前

    我刚刚更新了2.0.0版的spring boot依赖项。M7至2.0.0。RC1。 以前一切都很顺利。然而,现在我得到的错误,即每当我试图访问信息端点。

    org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'commit.id' to java.util.Map<java.lang.String, java.lang.Object>

    我已经设置了应用程序。yml组件

       management:
        info:
          git:
           enabled: true
           mode: full
    

    RC1文档具有相同的配置。

    1 回复  |  直到 6 年前
        1
  •  1
  •   Andy Wilkinson    6 年前

    你的问题是由 regression 在Spring Boot 2.0.0中。当git模式设置为 full . 您可以通过删除 mode: full YAML文件中的行。