From 761ecbabd293850b733f12a1bb13f7c30585f6ab Mon Sep 17 00:00:00 2001 From: Denis Rosa Date: Tue, 13 Apr 2021 17:55:23 +0200 Subject: [PATCH] removing unecessary files --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 52e26d8ad..3344c4ad4 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ java -jar target/*.jar You can then access petclinic here: http://localhost:8080/ -![Pet Clinic](petclinic-print.png") +![Pet Clinic](petclinic-print.png) Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):