Class BuildInfoSource

java.lang.Object
io.micronaut.management.endpoint.info.source.BuildInfoSource
All Implemented Interfaces:
Ordered, InfoSource, PropertiesInfoSource

@Singleton @Requires(beans=InfoEndpoint.class) @Requires(property="endpoints.info.build.enabled",notEquals="false") public class BuildInfoSource extends Object implements PropertiesInfoSource

An InfoSource that retrieves info from build properties.

Since:
1.0
Author:
Zachary Klein
  • Constructor Details

    • BuildInfoSource

      public BuildInfoSource(ResourceResolver resourceResolver, @Value("${endpoints.info.build.location:META-INF/build-info.properties}") String buildPropertiesPath)
      Parameters:
      resourceResolver - A ResourceResolver
      buildPropertiesPath - The build properties path
  • Method Details