程序包的使用
org.springframework.boot.autoconfigure.service.connection
程序包
说明
Auto-configuration for exporting logs with OTLP.
Support for exporting actuator metrics to OTLP.
Auto-configuration for exporting traces with OTLP.
Auto-configuration for tracing with Zipkin.
Auto-configuration for RabbitMQ.
Auto-configuration for Cassandra.
Auto-configuration for Couchbase.
Auto-configuration for Spring Data Redis.
Auto-configuration for Elasticsearch client.
Auto-configuration for Flyway.
Auto-configuration for Hazelcast.
Auto-configuration for JDBC.
Auto-configuration for ActiveMQ.
Auto-configuration for Artemis.
Auto-configuration for Apache Kafka.
Auto-configuration for LDAP.
Auto-configuration for Liquibase.
Auto-configuration for MongoDB.
Auto-configuration for Neo4j.
Auto-configuration for Spring for Apache Pulsar.
Auto-Configuration for R2DBC.
Support for service connections that affect auto-configuration.
Service connection support for Docker Compose.
General support for service connections in tests.
-
org.springframework.boot.actuate.autoconfigure.logging.otlp使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.actuate.autoconfigure.metrics.export.otlp使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.actuate.autoconfigure.tracing.otlp使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.actuate.autoconfigure.tracing.zipkin使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.amqp使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.cassandra使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.couchbase使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.data.redis使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.elasticsearch使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.flyway使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.hazelcast使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.jdbc使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.jms.activemq使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.jms.artemis使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.kafka使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.ldap使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.liquibase使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.mongo使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.neo4j使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.pulsar使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.r2dbc使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
-
org.springframework.boot.autoconfigure.service.connection使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.
RuntimeException
thrown when aConnectionDetailsFactory
could not be found.RuntimeException
thrown when requiredConnectionDetails
could not be found. -
org.springframework.boot.docker.compose.service.connection使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.A factory to create
ConnectionDetails
from a givensource
. -
org.springframework.boot.testcontainers.service.connection使用的org.springframework.boot.autoconfigure.service.connection中的类类说明Base interface for types that provide the details required to establish a connection to a remote service.A factory to create
ConnectionDetails
from a givensource
.