docs: Add tutorial links to patterns (#1901)

* Add API Gateway tutorial links

* Add Model View Controller tutorial links

* Add Data Access Object tutorial links

* Add Data Transfer Object tutorial links

* Add Data Mapper tutorial links

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
Vaibhav Agrawal
2022-11-09 21:32:06 +02:00
committed by GitHub
co-authored by Ilkka Seppälä
parent 84c63ce170
commit 7782203383
5 changed files with 28 additions and 1 deletions
+6
View File
@@ -152,6 +152,12 @@ Use the API Gateway pattern when
* You're using microservices architecture and need a single point of aggregation for your microservice calls.
## Tutorials
* [Exploring the New Spring Cloud Gateway](https://www.baeldung.com/spring-cloud-gateway)
* [Spring Cloud - Gateway](https://www.tutorialspoint.com/spring_cloud/spring_cloud_gateway.htm)
* [Getting Started With Spring Cloud Gateway](https://dzone.com/articles/getting-started-with-spring-cloud-gateway)
## Credits
* [microservices.io - API Gateway](http://microservices.io/patterns/apigateway.html)