Removed adoc footer

This commit is contained in:
Marcin Grzejszczak
2016-09-07 17:59:28 +02:00
parent 37982de165
commit cfbea8061d

View File

@@ -1,4 +1,5 @@
= Spring Cloud for Cloud Foundry
:nofooter:
include::intro.adoc[]
@@ -17,7 +18,7 @@ are configured, they default per the user's profile in Cloud Foundry.
== Single Sign On
NOTE: All of the OAuth2 SSO and resource server features moved to Spring Boot
in version 1.3. You can find documentation in the
in version 1.3. You can find documentation in the
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/[Spring Boot user guide].
This project provides automatic binding from CloudFoundry service
@@ -27,4 +28,3 @@ service called "sso", for instance, with credentials containing
automatically to the Spring OAuth2 client that you enable with
`@EnableOAuth2Sso` (from Spring Boot). The name of the service can be
parameterized using `spring.oauth2.sso.serviceId`.