This is eureka-server of microservice-book-mysql project
808
This project based on Spring Boot Microservices + Eureka + API Gateway + MySQL + Swagger + Actuator + Maven build with Github Action + Run dockerfile create images of all microservices and push it to Docker hub.
Ref : https://github.com/CodeByArunyadav/microservices-books-mysql.git
– Architecture Diagram
+-----------------------+
| API GATEWAY |
| http://localhost:8080|
+-----------+-----------+
|
-----------------------------------------------------------------
| | |
+-------------------+ +------------------+ +----------------+
| BOOK SERVICE | <--> | AUTHOR SERVICE | <--> | RATING SERVICE |
| Port: 8081 | | Port: 8082 | | Port: 8083 |
+---------+---------+ +--------+---------+ +-------+--------+
| | |
| | |
+-------------------+ +-------------------+ +------------------+
| MySQL Database | | MySQL Database | | MySQL Database |
| (Books DB) | | (Authors DB) | | (Ratings DB) |
+-------------------+ +-------------------+ +------------------+
+-----------------------------------+
| EUREKA SERVER |
| http://localhost:8761 |
+-----------------------------------+
Content type
Image
Digest
sha256:bf2673db6…
Size
252.5 MB
Last updated
3 months ago
docker pull codebyarunyadav/eureka-server