|
@@ -14,7 +14,7 @@ To run the tests, do:
|
|
./gradlew integrationTest
|
|
./gradlew integrationTest
|
|
```
|
|
```
|
|
|
|
|
|
-Or import the project into your IDE and run `OAuth2ResourceServerApplicationTests` from there.
|
|
|
|
|
|
+Or import the project into your IDE and run `OAuth2JweResourceServerApplicationTests` from there.
|
|
|
|
|
|
=== What is it doing?
|
|
=== What is it doing?
|
|
|
|
|
|
@@ -39,7 +39,7 @@ To run as a stand-alone application, do:
|
|
./gradlew bootRun
|
|
./gradlew bootRun
|
|
```
|
|
```
|
|
|
|
|
|
-Or import the project into your IDE and run `OAuth2ResourceServerApplication` from there.
|
|
|
|
|
|
+Or import the project into your IDE and run `OAuth2JweResourceServerApplication` from there.
|
|
|
|
|
|
Once it is up, you can use the following token:
|
|
Once it is up, you can use the following token:
|
|
|
|
|