spring-petclinic icon indicating copy to clipboard operation
spring-petclinic copied to clipboard

A sample Spring-based application

Results 39 spring-petclinic issues
Sort by recently updated
recently updated
newest added

```java @Column(name = "name", nullable = false) private String name; ```

Every time on restart application for Postgres database data types duplicated

I want to contribute in the spring-pet clinic by adding k8s deployment file and SQL file in k8s.

ideal-for-contribution

Added support to use the oracle database.

Issue #1302 When using the parameterless GET request on the /owners endpoint as well as searching for an empty string on the webpage for owners, the petclinic application ends up...

* FIX Maven Project Build Lifecycle Mapping Problem * update Owner list from better view Pets List * messages - Include pt_BR * Date Internationalization

while adding owner, getting validation for Telephone is " numeric value out of bounds (. expected) must not be blank" which will can be user friendly like "Please enter a...

Add owner needs to be in the nav bar ![Screenshot (12)](https://github.com/spring-projects/spring-petclinic/assets/114471735/bd8e123a-5812-4648-9a48-188ff33692c8) when I click on find the owner at that time I can also able to see add owner but...

Nowadays the master branch is holding the Spring Boot version of Spring Petclinic, it would be great to update the presentation referenced by the readme.md: https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application

enhancement