11 | Do you authorize "${authorizationRequest.clientId}" at "${authorizationRequest.redirectUri}" to access your protected resources 12 | with scope ${authorizationRequest.scope?join(", ")}. 13 |
14 | 20 | 26 |/src/test/resources/contracts
packageWithBaseClasses
defined in build.gradlecom.anilallewar.microservices.comments.contracts
and the
29 | * contract is defined under the task/comments folder under
30 | * test/resources/contracts, the base class name is TaskCommentsBase"public"
folder at
23 | * the root.ID | 6 |Comment | 7 |Date | 8 |
---|---|---|
{{comment.taskId}} | 11 |{{comment.comment}} | 12 |{{comment.posted}} | 13 |
ID | 6 |Description | 7 |Completed | 8 |User Name | 9 |
---|---|---|---|
{{taskData.taskId}} | 12 |{{taskData.description}} | 13 |{{taskData.completed}} | 14 |{{taskData.userName}} | 15 |
ID | 8 |Description | 9 |Completed | 10 |
---|---|---|
{{task.taskId}} | 13 |{{task.description}} | 14 |{{task.completed}} | 15 |
ID | 8 |First Name | 9 |Last Name | 10 |
---|---|---|
{{user.userName}} | 14 |{{user.firstName}} | 15 |{{user.lastName}} | 16 |
ID | 26 |First Name | 27 |LastName | 28 ||
---|---|---|---|
{{userData.userName}} | 32 |{{userData.firstName}} | 33 |{{userData.lastName}} | 34 |{{userData.emailAddress}} | 35 |