diff --git a/README.md b/README.md index e1a69a7..1e55506 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ I have used `CodeachesBCryptPasswordEncoder.java` available [here](https://githu ``` INSERT INTO oauth_client_details (client_id, client_secret, web_server_redirect_uri, scope, access_token_validity, refresh_token_validity, resource_ids, authorized_grant_types, additional_information) -VALUES ('mobile', '{bcrypt}$2a$10$gPhlXZfms0EpNHX0.HHptOhoFD1AoxSr/yUIdTqA8vtjeP4zi0DDu', 'http://localhost:8080/code', 'READ,WRITE', '3600', '10000', 'inventory,payment', 'authorization_code,password,refresh_token,implicit', '{}'); +VALUES ('mobile', '{bcrypt}$2a$10$gPhlXZfms0EpNHX0.HHptOhoFD1AoxSr/yUIdTqA8vtjeP4zi0DDu', 'http://localhost:8080/code', 'READ,WRITE', '3600', '10000', 'microservice', 'authorization_code,password,refresh_token,implicit', '{}'); /*client_id - client_secret*/ /* mobile - pin* / @@ -406,4 +406,4 @@ After “BUILD SUCCESSFUL”, you can find the JAR file under the build/libs dir java –jar `Run on sts IDE `click right button on the project >Run As >Spring Boot App ``` -Server Running on: `8082` port \ No newline at end of file +Server Running on: `8082` port