springboot报错
Field familyService in com.community.beshe.web.familyController required a bean of type ‘com.community.beshe.service.FamilyService’ that could not be found.
好像是说familyController类中没有找到FamilyService
解决方法:
在实现familyService的类中加上@Service
2023-10-06 23:06:46