You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,6 +200,7 @@ All the **services**, **databases**, and **messaging service** will run in paral
198
200
```bash
199
201
Creating network "ssm_default" with the default driver
200
202
Creating ssm_eureka_1 ... done
203
+
Creating ssm_gateway_1 ... done
201
204
Creating ssm_mysql_1 ... done
202
205
Creating ssm_mongodb_1 ... done
203
206
Creating ssm_rabbitmq_1 ... done
@@ -235,7 +238,7 @@ This will result in the following response:
235
238
{
236
239
"status":"UP",
237
240
"components":{
238
-
"Core System Microservices":{
241
+
"System Microservices":{
239
242
"status":"UP",
240
243
"components":{
241
244
"Product Service":{
@@ -278,7 +281,7 @@ The result will look like this:
278
281
```bash
279
282
Starting [Springy Store] full functionality testing....
280
283
281
-
Start: Sun, Apr 12, 2020 2:34:19 PM
284
+
Start: Sun, Apr 30, 2020 2:34:19 PM
282
285
HOST=localhost
283
286
PORT=8080
284
287
Wait for: curl http://localhost:8080/actuator/health ... Ok
@@ -302,13 +305,13 @@ Test OK (HTTP Code: 422, {"httpStatus":"UNPROCESSABLE_ENTITY","message":"Invalid
302
305
Test OK (actual value: "Invalid productId: -1")
303
306
Test OK (HTTP Code: 400, {"timestamp":"2020-04-12T12:34:26.471+00:00","path":"/store/api/v1/products/invalidProductId","status":400,"error":"Bad Request","message":"Type mismatch.","requestId":"044dcdf2-13"})
304
307
Test OK (actual value: "Type mismatch.")
305
-
End: Sun, Apr 12, 2020 2:34:26 PM
308
+
End: Sun, Apr 30, 2020 2:34:26 PM
306
309
```
307
310
308
311
### Closing The Story
309
312
310
-
Finally, to close the story, we will need to shut down Microservices manually service by service
311
-
, hahaha just kidding, run the following script to shut down them all:
313
+
Finally, to close the story, we need to shut down Microservices manually service by service
314
+
, hahaha just kidding, run the following command to shut them all:
0 commit comments