类 DockerComposeConnectionSource
java.lang.Object
org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionSource
Passed to
DockerComposeConnectionDetailsFactory
to provide details of the
running Docker Compose service
.- 从以下版本开始:
- 3.1.0
- 作者:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
- 另请参阅:
-
方法概要
修饰符和类型方法说明Environment in which the current application is running.Return the running Docker Compose service.
-
方法详细资料
-
getRunningService
Return the running Docker Compose service.- 返回:
- the running service
-
getEnvironment
Environment in which the current application is running.- 返回:
- the environment
- 从以下版本开始:
- 3.5.0
-