Cleaned up a couple sentences and removed extraneous spaces

This commit is contained in:
Matthew Helmke 2018-01-10 06:29:25 -06:00 committed by Stian Thorgersen
parent 5e4f9b9500
commit 56056f4415

View file

@ -9,7 +9,7 @@ You then have to provide some extra configuration via normal Spring Boot configu
The Keycloak Spring Boot adapter takes advantage of Spring Boot's autoconfiguration so all you need to do is add the Keycloak Spring Boot starter to your project. The Keycloak Spring Boot adapter takes advantage of Spring Boot's autoconfiguration so all you need to do is add the Keycloak Spring Boot starter to your project.
They Keycloak Spring Boot Starter is also directly available from the http://start.spring.io/[Spring Start Page]. They Keycloak Spring Boot Starter is also directly available from the http://start.spring.io/[Spring Start Page].
To add it manually and if you are using Maven, add the following to your dependencies : To add it manually using Maven, add the following to your dependencies:
[source,xml,subs="attributes+"] [source,xml,subs="attributes+"]
@ -23,7 +23,7 @@ To add it manually and if you are using Maven, add the following to your depende
---- ----
Make also sure to add the Adapter BOM dependency : Add the Adapter BOM dependency:
[source,xml,subs="attributes+"] [source,xml,subs="attributes+"]
---- ----