个人解决办法:
在Services层上面添加注解,要不然会注入失败,找不到他
@Service public class *** implements *** { **************** }
@Service
很重要