Browse Source

Merge branch '2.0.x'

pull/14015/merge
Stephane Nicoll 8 years ago
parent
commit
cc79cbd09f
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -2084,7 +2084,7 @@ services use self-signed certificates, you need to set the following property: @@ -2084,7 +2084,7 @@ services use self-signed certificates, you need to set the following property:
=== Custom context path
If the server's context-path has been configured to anything other then `/`, the Cloud
If the server's context-path has been configured to anything other than `/`, the Cloud
Foundry endpoints will not be available at the root of the application. For example, if
`server.servlet.context-path=/app`, Cloud Foundry endpoints will be available at
`/app/cloudfoundryapplication/*`.

Loading…
Cancel
Save