diff --git a/README.md b/README.md index 1f865c56f..bd5764d29 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application) +[See the UML Diagram & Layered Architecture Diagram here](/uml_architecture.pdf) + ## Run Petclinic locally Spring Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 17 or newer): diff --git a/uml_architecture.pdf b/uml_architecture.pdf new file mode 100644 index 000000000..432b3aced Binary files /dev/null and b/uml_architecture.pdf differ