Class AboutController

java.lang.Object
org.odpi.openmetadata.userauthn.AboutController

@RestController @RequestMapping("/api/about") public class AboutController extends Object
The AboutController provides build-related information such as group and artifact.
  • Constructor Details

    • AboutController

      public AboutController()
  • Method Details

    • getBuildProperties

      @GetMapping public org.springframework.boot.info.BuildProperties getBuildProperties(jakarta.servlet.http.HttpServletRequest request) throws org.springframework.web.client.HttpClientErrorException
      Retrieve information about this build.
      Parameters:
      request - incoming request
      Returns:
      build properties
      Throws:
      org.springframework.web.client.HttpClientErrorException - problem accessing build details