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

Required bean of type ProductMapper #1

Open
lc2a opened this issue Feb 23, 2019 · 2 comments
Open

Required bean of type ProductMapper #1

lc2a opened this issue Feb 23, 2019 · 2 comments

Comments

@lc2a
Copy link

lc2a commented Feb 23, 2019

Hello :)

I'm getting below error when run the spring boot and \target\generated-sources folder is empty.
Kindly advise. Thanks in advance

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 1 of constructor in com.hellokoding.springboot.restful.product.ProductAPI required a bean of type 'com.hellokoding.springboot.restful.product.ProductMapper' that could not be found.


Action:

Consider defining a bean of type 'com.hellokoding.springboot.restful.product.ProductMapper' in your configuration.
@cedriclankeu
Copy link

I also have the same error. Please do you know how can I solved it?

@barenmandal
Copy link


APPLICATION FAILED TO START


Description:

Parameter 2 of constructor in com.developerbm.serviceimpl.AdminServiceImpl required a bean of type 'com.developerbm.dto.AdminMapper' that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)

Action:

Consider defining a bean of type 'com.developerbm.dto.AdminMapper' in your configuration.

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

3 participants