From 2d86d01c9ffa928004d1b1fc8334482448e20844 Mon Sep 17 00:00:00 2001 From: Ivan Dvylyuk Date: Tue, 26 Nov 2024 21:49:57 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb870ca84..cdb60e276 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/spring-projects/spring-petclinic) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=7517918) -## Understanding the Spring Petclinic application with a few diagrams +## Understanding the Spring Petclinic application with a few diagrams [See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application) From 96c54b7698ca2d5f86a61447bba0c8ba3685fe2a Mon Sep 17 00:00:00 2001 From: Ivan Dvylyuk Date: Tue, 26 Nov 2024 21:52:08 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdb60e276..eb870ca84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/spring-projects/spring-petclinic) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=7517918) -## Understanding the Spring Petclinic application with a few diagrams +## Understanding the Spring Petclinic application with a few diagrams [See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application) From 4364f3e9df8680d01895fec2bcf398d404523b1d Mon Sep 17 00:00:00 2001 From: Ivan Dvylyuk Date: Tue, 26 Nov 2024 22:00:19 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb870ca84..4b9f020af 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application) -## Run Petclinic locally +## 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): From 20ca5de2a218d74fd6edeb3d1088c0ef2f94d69d Mon Sep 17 00:00:00 2001 From: Ivan Dvylyuk Date: Wed, 27 Nov 2024 10:21:08 +0200 Subject: [PATCH 4/4] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 050841ba3..a0f1b37fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,10 +25,10 @@ pipeline{ echo "========always========" } success{ - echo "========pipeline executed successfully ========" + echo "========pipeline executed successfully =======" } failure{ echo "========pipeline execution failed========" } } -} \ No newline at end of file +}