diff --git a/intro-labs/auth-code-in-action/pom.xml b/intro-labs/auth-code-in-action/pom.xml index 65d4432..73f17f0 100755 --- a/intro-labs/auth-code-in-action/pom.xml +++ b/intro-labs/auth-code-in-action/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.0.11 diff --git a/labs/initial/product/pom.xml b/labs/initial/product/pom.xml index 80021ec..8b4d6a3 100755 --- a/labs/initial/product/pom.xml +++ b/labs/initial/product/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.0.11 diff --git a/labs/initial/ui/pom.xml b/labs/initial/ui/pom.xml index 215c2db..9db9138 100755 --- a/labs/initial/ui/pom.xml +++ b/labs/initial/ui/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.0.11 diff --git a/labs/solution/product/pom.xml b/labs/solution/product/pom.xml index 3461ced..8fb4ced 100755 --- a/labs/solution/product/pom.xml +++ b/labs/solution/product/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.0.11 diff --git a/labs/solution/ui/README.md b/labs/solution/ui/README.md new file mode 100755 index 0000000..e2ef910 --- /dev/null +++ b/labs/solution/ui/README.md @@ -0,0 +1,18 @@ +# Reference Solution of Sample UI Applications for the Workshop + +You can find the reference solution for the UI application of the workshop here. + +To start the reference solution you have to provide the target identity provider as _spring profile_. +The following profiles are supported: + +* __auth0__: Use Auth0 as identity provider +* __keycloak__: Use locally installed Keycloak as identity provider +* __spring__: Use locally installed custom Spring Authorization Server + +## Maven + +Start using `./mvnw spring-boot:run -Dspring.profiles.active=spring` + +## IntelliJ + +Specify the corresponding profile in the spring boot starter configuration (if the ultimate edition of IntelliJ is used). If you use the community edition specify the profile using an environment variable like `-Dspring.profiles.active=spring`. diff --git a/labs/solution/ui/pom.xml b/labs/solution/ui/pom.xml index ed2fa21..0940901 100755 --- a/labs/solution/ui/pom.xml +++ b/labs/solution/ui/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.0.11