We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/RameshMF/springboot-microservices/tree/main/springboot-restful-webservices/src/main/java/net/javaguides/springboot/mapper
as I do see so much of usual work that is no less than usual self coding way..
can you recheck.. as modelmapper object unused.. etc
The text was updated successfully, but these errors were encountered:
I don't think there is a use for these classes, we can simple use modelmapper and can do like User user = mapper.map(userdto, User.Class);
User user = mapper.map(userdto, User.Class);
Sorry, something went wrong.
No branches or pull requests
https://github.com/RameshMF/springboot-microservices/tree/main/springboot-restful-webservices/src/main/java/net/javaguides/springboot/mapper
as I do see so much of usual work that is no less than usual self coding way..
can you recheck.. as modelmapper object unused.. etc
The text was updated successfully, but these errors were encountered: