Cleaned up a couple sentences and removed extraneous spaces
This commit is contained in:
parent
5e4f9b9500
commit
56056f4415
1 changed files with 2 additions and 2 deletions
|
@ -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+"]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue