Description:
Field countDataShowService in com.njclw.ssap.countDataShow.web.CountDataShowController required a bean of type ‘com.njclw.ssap.countDataShow.service.impl.CountDataShowService’ 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.njclw.ssap.countDataShow.service.impl.CountDataShowService’ in your configuration.
接解决:
@Service
@Mapper