Skip to content

Commit 42af5eb

Browse files
committed
Fix class name
Closes gh-5823
1 parent 248bad3 commit 42af5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Spring's `Environment` abstraction:
142142

143143
All Cloud Foundry properties are prefixed with `vcap`. You can use vcap properties to
144144
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.
145+
information (such as database credentials). See `CloudFoundryVcapEnvironmentPostProcessor`
146+
Javadoc for complete details.
147147

148148
TIP: The http://cloud.spring.io/spring-cloud-connectors/[Spring Cloud Connectors] project
149149
is a better fit for tasks such as configuring a DataSource. Spring Boot includes

0 commit comments

Comments
 (0)