Skip to content
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

Creating DTO objects for use in the service layer, adding validation annotations and manually writing validations where the library is not supported. #3

Open
CosmicDust19 opened this issue Oct 24, 2022 · 0 comments
Assignees

Comments

@CosmicDust19
Copy link
Member

CosmicDust19 commented Oct 24, 2022

What is DTO:

  1. https://en.wikipedia.org/wiki/Data_transfer_object
  2. https://www.baeldung.com/java-dto-pattern

Spring Boot DTO Validation:

  1. https://www.baeldung.com/javax-validation
  2. https://reflectoring.io/bean-validation-with-spring-boot/

Spring Boot Custom Validation:

  1. https://www.baeldung.com/spring-mvc-custom-validator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants