Merge branch 'spring-projects:main' into main

This commit is contained in:
Patrick Baumgartner 2023-03-10 13:55:10 +01:00 committed by GitHub
commit ccb14e0f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -21,7 +21,7 @@
"extensions": [ "extensions": [
"vscjava.vscode-java-pack", "vscjava.vscode-java-pack",
"redhat.vscode-xml", "redhat.vscode-xml",
"pivotal.vscode-boot-dev-pack", "vmware.vscode-boot-dev-pack",
"mhutchie.git-graph" "mhutchie.git-graph"
], ],
"forwardPorts": [8080], "forwardPorts": [8080],

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
mvnw text eol=lf
*.java text eol=lf

View file

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.2</version> <version>3.0.4</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>

View file

@ -1,6 +1,9 @@
# Spring PetClinic Sample Application [![Build Status](https://github.com/spring-projects/spring-petclinic/actions/workflows/maven-build.yml/badge.svg)](https://github.com/spring-projects/spring-petclinic/actions/workflows/maven-build.yml) # Spring PetClinic Sample Application [![Build Status](https://github.com/spring-projects/spring-petclinic/actions/workflows/maven-build.yml/badge.svg)](https://github.com/spring-projects/spring-petclinic/actions/workflows/maven-build.yml)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/spring-projects/spring-petclinic) [![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
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a> <a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>