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