Interface SpringApp.DefinitionStages.WithConfigurationServiceBinding
- All Known Subinterfaces:
SpringApp.Definition,SpringApp.DefinitionStages.WithCreate
- Enclosing interface:
SpringApp.DefinitionStages
public static interface SpringApp.DefinitionStages.WithConfigurationServiceBinding
(Enterprise Tier Only)
The stage of spring app definition allowing to bind it to default configuration service.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies a binding to the default configuration service.Removes a binding to the default configuration service.
-
Method Details
-
withConfigurationServiceBinding
SpringApp.DefinitionStages.WithCreate withConfigurationServiceBinding()Specifies a binding to the default configuration service. To use the centralized configurations, you must bind the app to Application Configuration Service for Tanzu. When you change the bind/unbind status, you must restart or redeploy the app to for the binding to take effect.- Returns:
- the next stage of spring app definition
-
withoutConfigurationServiceBinding
SpringApp.DefinitionStages.WithCreate withoutConfigurationServiceBinding()Removes a binding to the default configuration service. When you change the bind/unbind status, you must restart or redeploy the app to for the binding to take effect.- Returns:
- the next stage of spring app definition
-