This is author-service of microservice-book-mysql project
752
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:03cddd07d…
Size
273 MB
Last updated
3 months ago
docker pull codebyarunyadav/author-service