We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248bad3 commit 42af5ebCopy full SHA for 42af5eb
spring-boot-docs/src/main/asciidoc/deployment.adoc
@@ -142,8 +142,8 @@ Spring's `Environment` abstraction:
142
143
All Cloud Foundry properties are prefixed with `vcap`. You can use vcap properties to
144
access application information (such as the public URL of the application) and service
145
-information (such as database credentials). See `VcapApplicationListener` Javadoc for
146
-complete details.
+information (such as database credentials). See `CloudFoundryVcapEnvironmentPostProcessor`
+Javadoc for complete details.
147
148
TIP: The http://cloud.spring.io/spring-cloud-connectors/[Spring Cloud Connectors] project
149
is a better fit for tasks such as configuring a DataSource. Spring Boot includes
0 commit comments