Skip to content
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

Spring thread issue #3

Open
rkomaturi2382 opened this issue Jun 15, 2018 · 1 comment
Open

Spring thread issue #3

rkomaturi2382 opened this issue Jun 15, 2018 · 1 comment

Comments

@rkomaturi2382
Copy link

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

@Ketharan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants