You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error on start the boot class
Parameter 1 of constructor in org.springframework.samples.petclinic.rest.OwnerRestController required a bean of type 'org.springframework.samples.petclinic.mapper.OwnerMapper' that could not be found.
The text was updated successfully, but these errors were encountered:
Hi @manojkumarbehera. How did you start the application? With the mvn spring-boot:run command line or from your IDE?
In your IDE, the mapstruct-processor annotation processor should be enable.
Getting this error on start the boot class
Parameter 1 of constructor in org.springframework.samples.petclinic.rest.OwnerRestController required a bean of type 'org.springframework.samples.petclinic.mapper.OwnerMapper' that could not be found.
The text was updated successfully, but these errors were encountered: