Fix command to run Spring Boot SAML2 samples
This commit is contained in:
parent
eb69904f4d
commit
91ccd91eaa
|
@ -33,7 +33,8 @@ You can refer to the https://docs.spring.io/spring-security/reference/servlet/sa
|
|||
|
||||
=== Start up the Sample Boot Application
|
||||
```
|
||||
./gradlew :spring-security-samples-boot-saml2login:bootRun
|
||||
./gradlew :servlet:spring-boot:java:saml2:login-single-tenant:bootRun
|
||||
|
||||
```
|
||||
|
||||
=== Open a Browser
|
||||
|
|
|
@ -33,7 +33,7 @@ You can refer to the https://docs.spring.io/spring-security/reference/servlet/sa
|
|||
|
||||
=== Start up the Sample Boot Application
|
||||
```
|
||||
./gradlew :spring-security-samples-boot-saml2login:bootRun
|
||||
./gradlew :servlet:spring-boot:java:saml2:login:bootRun
|
||||
```
|
||||
|
||||
=== Open a Browser
|
||||
|
|
|
@ -38,7 +38,7 @@ This particular implementation uses a `@Scheduled` annotation to update its meta
|
|||
|
||||
=== Start up the Sample Boot Application
|
||||
```
|
||||
./gradlew :spring-security-samples-boot-saml2login:bootRun
|
||||
./gradlew :servlet:spring-boot:java:saml2:refreshable-metadata:bootRun
|
||||
```
|
||||
|
||||
=== Open a Browser
|
||||
|
|
Loading…
Reference in New Issue