correct paths in 'Adding Service Support' section

This commit is contained in:
Ben Klein
2015-09-21 10:31:16 -04:00
parent 7dab75f789
commit 40c6437505

View File

@@ -326,9 +326,9 @@ Register your `ServiceInfoCreator` classes in the appropriate provider-configura
[cols="2,8", width="100%"]
|=========================================================================================================================================================================
|**Cloud Foundry** | Add the fully-qualified class name for your creator to `META-INF/service/org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator`.
|**Heroku** | Add the fully-qualified class name for your creator to `META-INF/service/org.springframework.cloud.heroku.HerokuServiceInfoCreator`.
|**local-configuration** | Add the fully-qualified class name for your creator to `META-INF/service/org.springframework.cloud.localconfig.LocalConfigServiceInfoCreator`.
|**Cloud Foundry** | Add the fully-qualified class name for your creator to `META-INF/services/org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator`.
|**Heroku** | Add the fully-qualified class name for your creator to `META-INF/services/org.springframework.cloud.heroku.HerokuServiceInfoCreator`.
|**local-configuration** | Add the fully-qualified class name for your creator to `META-INF/services/org.springframework.cloud.localconfig.LocalConfigServiceInfoCreator`.
|=========================================================================================================================================================================
=== Adding Service Connectors