~~~
                                                   /-------------\
                                                   |   Browser   |
                                                   \------+------/
                                                          |
                                                          |
                                                          V 8080
                               /-----------------------------------------------------\
                               | Gateway                                             |
                               | +-----------+    +--------------+      +----------+ |
                               | |           |    | Spring Cloud |      |          | |     +-------+
                               | | Angular,  |    |   Gateway    |      |  Access  +-|---->|       |
                               | | React or  |    +--------------+      |  Control | |     | Users |
                               | | Vue App   |    | Spring Cloud |      |          | |     | Roles |
                               | |           |    |     Load     |      |          | |     |       |
                               | |           |    |   Balancer   |      |          | |     |       |
                               | +-----------+    +---+------+---+      +----------+ |     +-------+
                               |                      |      |                       |
                               \-+---------------------------------------------------/
                                 |                    |      |
                                 |                    |      |
                                 |                    |      |
                                 |        +-----------/      \----------------+
/-----------------------\        |        |                                   |
| JHipster Registry     |        |        V 8081                              V 8082
|                       |        | /-------------\     +-----+         /-------------\     +-----+
|  +-----------------+  |        | |             |     |     |         |             |     |     |
|  | Eureka Server   |  |        | |  Service 1  +---->| DB1 |         |  Service 2  +---->| DB2 |
|  +-----------------+  |        | |             |     |     |         |             |     |     |
|  | Config Server   |  |        | \--+-----+----/     +-----+         +--+------+---/     +-----+
|  +--------+--------+  |  8761  |    |     |                             |
|           |           |<-------+----+-----------------------------------/
\-----------------------/
            |
            V
        +-------+
        |       |
        |  Git  |
        |  Repo |
        +-------+
~~~
