mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 10:24:53 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user