mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Merge branch 'main' of https://github.com/idvylyuk/spring-petclinic
This commit is contained in:
commit
6e05e8562f
2 changed files with 3 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -28,10 +28,10 @@ pipeline{
|
|||
echo "========always========"
|
||||
}
|
||||
success{
|
||||
echo "========pipeline executed successfully ========"
|
||||
echo "========pipeline executed successfully ======="
|
||||
}
|
||||
failure{
|
||||
echo "========pipeline execution failed========"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue