KEYCLOAK-13226 Remove mention of Spring starter from docs
This commit is contained in:
parent
8ba21c0ac2
commit
21d15f9502
1 changed files with 1 additions and 2 deletions
|
@ -8,9 +8,8 @@ You then have to provide some extra configuration via normal Spring Boot configu
|
|||
===== Adapter Installation
|
||||
|
||||
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 Starter is also directly available from the https://start.spring.io/[Spring Initializr Page].
|
||||
To add it manually using Maven, add the following to your dependencies:
|
||||
|
||||
To add it using Maven, add the following to your dependencies:
|
||||
|
||||
[source,xml,subs="attributes+"]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue