-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing record class to only customer-service to start with #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work.
I've made a few comments.
...omers-service/src/main/java/org/springframework/samples/petclinic/customers/model/Owner.java
Outdated
Show resolved
Hide resolved
...-service/src/main/java/org/springframework/samples/petclinic/customers/web/OwnerRequest.java
Show resolved
Hide resolved
...service/src/main/java/org/springframework/samples/petclinic/customers/web/OwnerResource.java
Outdated
Show resolved
Hide resolved
...rs-service/src/main/java/org/springframework/samples/petclinic/customers/web/PetDetails.java
Show resolved
Hide resolved
...service/src/main/java/org/springframework/samples/petclinic/customers/web/mapper/Mapper.java
Show resolved
Hide resolved
Thank you for the comments. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Everything looks good to me |
…ng-petclinic#253) Introducing record to the petclinic customer-service microservice
I am creating a smaller PR and have Included record to only the customer-service Microservices.
Will apply to other micro services if this looks good.