File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Update following properties with your MongoDB configurations
2828``` properties
2929spring.data.mongodb.uri =${MONGODB_URL:mongodb://localhost:27017/problem_web_db}
3030```
31-
31+ ## Run
3232Run the main class [ ` ProblemWebFluxDemoApplication ` ] ( src/main/java/com/ksoot/problem/demo/ProblemWebFluxDemoApplication.java )
3333and 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.
4242See 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```
4646eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
4747```
You can’t perform that action at this time.
0 commit comments