Skip to content

Commit 4f765e9

Browse files
authored
Update README.md
1 parent b05275d commit 4f765e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ where:
1717

1818
5) I added Unit Test and Integration Test to my code using Junit 5 (jupiter) and mockito
1919

20-
6) As i was using docker compose so:
20+
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:
2123
1) run my containers using [ docker compose up ]
2224
2) run [ docker ps ] to fetch the container_id value s to be used later
2325
3) run this command [ docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' ??_my_container_id_?? ]

0 commit comments

Comments
 (0)