作者 朱兆平

用户目录缓存处理优化-未完全完成

... ... @@ -15,7 +15,6 @@ import com.tianbo.warehouse.model.UserRole;
import com.tianbo.warehouse.service.PermissionService;
import com.tianbo.warehouse.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
... ... @@ -25,7 +24,6 @@ import java.util.Collections;
import java.util.List;
import java.util.Random;
@Cacheable
@Service(value = "userService")
public class UserServiceImpl implements UserService{
... ...