Fix command to run Spring Boot SAML2 samples

This commit is contained in:
Marcus Da Coregio 2022-07-28 16:16:35 -03:00
parent 28a4a94b9a
commit dac72b8cce
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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