接口的使用
org.springframework.boot.origin.OriginProvider
使用OriginProvider的程序包
程序包
说明
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
Support for
@ConfigurationProperties binding.Sources for external configuration properties.
Service connection support for Docker Compose.
Support for item origin tracking.
General support for service connections in tests.
-
org.springframework.boot.context.config中OriginProvider的使用
修饰符和类型类说明final classA user specified location that can beresolvedto one or moreconfig data resources.classConfigDataNotFoundExceptionthrown when aConfigDataLocationcannot be found.classConfigDataNotFoundExceptionthrown when aConfigDatacannot be found.classConfigDataNotFoundExceptionthrown when aConfigDataResourcecannot be found. -
org.springframework.boot.context.properties.bind中OriginProvider的使用
-
org.springframework.boot.context.properties.source中OriginProvider的使用
修饰符和类型类说明final classA single configuration property obtained from aConfigurationPropertySourceconsisting of aname,valueand optionalorigin. -
org.springframework.boot.docker.compose.service.connection中OriginProvider的使用
修饰符和类型类说明protected static classConvenient base class forConnectionDetailsresults that are backed by aRunningService. -
org.springframework.boot.origin中OriginProvider的使用
修饰符和类型类说明classstatic classVariant ofOriginTrackedResourceforWritableResourceinstances.classclassOriginfrom aPropertySource. -
org.springframework.boot.testcontainers.service.connection中OriginProvider的使用
修饰符和类型类说明protected static classContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>Base class forConnectionDetailsresults that are backed by aContainerConnectionSource.final classContainerConnectionSource<C extends org.testcontainers.containers.Container<?>>Passed toContainerConnectionDetailsFactoryto provide details of the@ServiceConnectionannotatedContainerthat provides the service.