|
20 | 20 |
|
21 | 21 | * [Working on Configuration](https://youtu.be/E8AHrK-5ZSw) |
22 | 22 |
|
23 | | -* Profiles in spring boot (latest v2.4+) |
| 23 | +* [Profiles in spring boot (latest v2.4+)](https://youtu.be/mnIzMZ9YSfE) |
24 | 24 |
|
25 | 25 | * Centralized logging with the help of filters |
26 | 26 |
|
|
32 | 32 |
|
33 | 33 | * Securing the endpoints |
34 | 34 |
|
| 35 | +### Spring Boot Admin (Very Important for monitoring purposes) |
| 36 | + |
| 37 | +Before knowing this I was using actuators only for 'health' and 'info' only but this spring boot admin surprised me. I hope it will be helpful for some of you too. |
| 38 | + |
| 39 | +### 👉 Integrating the centralized configuration management |
| 40 | + |
| 41 | +### 👉 Applying Service registry and discovery |
| 42 | + |
| 43 | +### 👉 Applying Load Balancer |
| 44 | + |
| 45 | +### 👉 Applying API Gateway |
| 46 | + |
35 | 47 | ### 👉 Order service |
36 | 48 |
|
37 | 49 | * Writing Endpoints |
|
70 | 82 |
|
71 | 83 | * Zipkin |
72 | 84 |
|
73 | | -### 👉 Spring Boot Admin for managing and monitoring of all the Spring Boot applications |
74 | | - |
75 | | -### 👉 Integrating the centralized configuration management |
76 | | - |
77 | | -### 👉 Applying Service registry and discovery |
78 | | - |
79 | | -### 👉 Applying Load Balancer |
80 | | - |
81 | | -### 👉 Applying API Gateway |
82 | | - |
83 | 85 | ### 👉 Creating and integrating Messaging System - RabbitMQ/ActiveMQ |
84 | 86 |
|
85 | 87 | ### 👉 Integrating KAFKA in the architecture |
|
0 commit comments