程序包 org.springframework.boot.autoconfigure.service.connection
package org.springframework.boot.autoconfigure.service.connection
Support for service connections that affect auto-configuration.
-
类说明Base interface for types that provide the details required to establish a connection to a remote service.A registry of
ConnectionDetailsFactoryinstances.ConnectionDetailsFactory<S,D extends ConnectionDetails> A factory to createConnectionDetailsfrom a givensource.RuntimeExceptionthrown when aConnectionDetailsFactorycould not be found.RuntimeExceptionthrown when requiredConnectionDetailscould not be found.