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
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.
The text was updated successfully, but these errors were encountered:
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.
Hello :)
I'm getting below error when run the spring boot and \target\generated-sources folder is empty.
Kindly advise. Thanks in advance
The text was updated successfully, but these errors were encountered: