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
Tried many ways to execute the code , but its not working one of the error blow :
Unsatisfied dependency expressed through field 'anAsynchronousService'; nested exception is org.springframework.beans.factory.BeanCreationException:
Thx
Raju
The text was updated successfully, but these errors were encountered:
There is a naming convention issue with the class name. It is not necessary to appending the Custom tag with the interface name, But it is mandatory that the class name which implements the custom interface should have the tag Impl appended to the interface name.
For example if the interface name is BeanRepositoryCustom then the implementing class name should be like BeanRepositoryCustomImpl.
Hi,
Tried many ways to execute the code , but its not working one of the error blow :
Unsatisfied dependency expressed through field 'anAsynchronousService'; nested exception is org.springframework.beans.factory.BeanCreationException:
Thx
Raju
The text was updated successfully, but these errors were encountered: