File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Use SDKMAN to install Java 21 with GraalVM
3232+
3333[source,shell]
3434----
35- auth0 test token -a https://<your-auth0-domain>/api/v2/
35+ auth0 test token -a https://<your-auth0-domain>/api/v2/ -s openid
3636----
3737
3838. Set the access token as a `TOKEN` environment variable in a terminal window.
@@ -222,9 +222,11 @@ public class HelloResourceTest {
222222[source,shell]
223223----
224224sdk install springboot
225- spring init -d=web,oauth2-resource-server,native \
225+ spring init -d=web,oauth2-resource-server,native -b=3.2.0 \
226226 --group-id=com.okta.rest --package-name=com.okta.rest spring-boot
227227----
228+ +
229+ CAUTION: Spring Boot 3.2.1 https://github.com/oktadev/auth0-java-rest-api-examples/pull/58#issuecomment-1877844650[does not work with GraalVM].
228230
229231. Add a `HelloController` class that returns the user's information: [`sb-hello`]
230232+
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.2.1 '
3+ id ' org.springframework.boot' version ' 3.2.0 '
44 id ' io.spring.dependency-management' version ' 1.1.4'
55 id ' org.graalvm.buildtools.native' version ' 0.9.28'
66}
You can’t perform that action at this time.
0 commit comments