We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05275d commit 4f765e9Copy full SHA for 4f765e9
README.md
@@ -17,7 +17,9 @@ where:
17
18
5) I added Unit Test and Integration Test to my code using Junit 5 (jupiter) and mockito
19
20
-6) As i was using docker compose so:
+6) I added intergration test and mocked the the security layer above my resource server by creating dummy authentication server using the code
21
+
22
+7) As i was using docker compose so:
23
1) run my containers using [ docker compose up ]
24
2) run [ docker ps ] to fetch the container_id value s to be used later
25
3) run this command [ docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' ??_my_container_id_?? ]
0 commit comments