mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-06 04:23:22 +00:00
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:
co-authored by
Ilkka Seppälä
parent
84c63ce170
commit
7782203383
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user