Jhipster sample using DTOs #27928
Unanswered
istibekesi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've checked the samlpe projects within this repo, and I have a few questions about the one that says it uses DTOs:
BankAccountResource.java
How is this generated, what is the JDL being used?
It has DTOs, but why it does not have a "BankAccountService" implementation?
UPDATE
I've generated a brand new project with this super simple JDL:
It generates a BankAccountService and does the mapping in the service layer, not in the controller.
Why the sample project above is different?
Beta Was this translation helpful? Give feedback.
All reactions