package com.fuzamei.service.serviceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.fuzamei.mapperInterface.UserMapper; import com.fuzamei.service.UserService; @Service public class UserServiceImpl implements UserService{ @Autowired private UserMapper userMapper; }