Skip to content

Commit 6588b8b

Browse files
done
1 parent bf65ec2 commit 6588b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Update following properties with your MongoDB configurations
2828
```properties
2929
spring.data.mongodb.uri=${MONGODB_URL:mongodb://localhost:27017/problem_web_db}
3030
```
31-
31+
## Run
3232
Run the main class [`ProblemWebFluxDemoApplication`](src/main/java/com/ksoot/problem/demo/ProblemWebFluxDemoApplication.java)
3333
and access Swagger [`Swagger`](http://localhost:8080/swagger-ui.html) at http://localhost:8080/swagger-ui.html
3434

@@ -41,7 +41,7 @@ Select `Application` from dropdown **Select a definition**
4141
* **State** and **Employee** management APIs are secured, so need to pass a JWT token in `Authorization` header.
4242
See the lock symbol against the API in Swagger
4343

44-
**Click on Authorize button** to pass the JWT Token. Use following as JWT Token.
44+
**Click on Authorize button** to pass the JWT Token. Use any valid JWT Token.
4545
```
4646
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
4747
```

0 commit comments

Comments
 (0)