spring-petclinic-rest
spring-petclinic-rest copied to clipboard
REST version of the Spring Petclinic sample application
When following the sequence of requests found in the following [shell script](https://github.com/spring-petclinic/spring-petclinic-rest/files/8425235/invalid_msg_7.sh.zip), the wrong PetType ID is returned upon creation. Basically, the error occurs when one creates a pet type,...
Could avoid the workaround in https://github.com/spring-petclinic/spring-petclinic-rest/blob/master/src/main/java/org/springframework/samples/petclinic/config/SwaggerConfig.java
Would there be any interest in a version of this that adds HATEOAS support along with an Angular version?
According to the open API spec, there is the following endpoint to create a pet: `http://localhost:9966/petclinic/api/pets`, however I am getting a `501` error whenever I send a POST request to...
The maven build seems to run fine using Java 17. Migrating this build to Java 17 should be straightforward. 1. Update the Github workflow action to use Java 17 2....
MySQL db scripts are not updated for security branch.
Hi, Can paging and sorting be easily implemented for JPA implementation?
The latest version on Dockerhub is 2.1.5, but the latest version on this repository is 2.6.2. Could you update it? Maybe it would be interesting if it were automatically deployed...
The `POST /owners/{ownerId}/pets` does not return a 404 error when the `ownerId` does not exist but an error `400` ``` { "className": "org.springframework.dao.DataIntegrityViolationException", "exMessage": "could not execute statement [integrity constraint...