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-10 01:02:06 +05:30
committed by GitHub
parent 84c63ce170
commit 7782203383
5 changed files with 28 additions and 1 deletions
+5
View File
@@ -20,6 +20,11 @@ Use the Model-View-Controller pattern when
* You want to clearly separate the domain data from its user interface representation
## Tutorials
* [Spring Boot MVC](https://zetcode.com/springboot/model/)
* [Spring MVC Tutorial](https://www.baeldung.com/spring-mvc-tutorial)
## Credits
* [Trygve Reenskaug - Model-view-controller](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)