-
Notifications
You must be signed in to change notification settings - Fork 875
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
import org.springframework.samples.petclinic.rest.dto does not exist. Controller interfaces do not exist. #81
Comments
I Just discovered that they are all built dynamically by Maven. How can I add those to the sources in IntelliJ so that I don't see all of the compile errors? |
Hi @mangelo123 |
Hi @mangelo123 |
hi,getting below error |
Hi, You have to run this command first:
The generated source files will be then located in the |
It is the second issue about MapStruct (see #65). Maybe we should add some explanations to the readme? |
@arey Yes. I will do that :) |
…ntConfig adding single quote rule for linting
I just downloaded the master branch. Build fails because the dto package does not exist. The controller interfaces also do not exist.
The text was updated successfully, but these errors were encountered: