修改认证逻辑
This commit is contained in:
@ -19,6 +19,14 @@ import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 处理资源数据,提高效率有三种方案:
|
||||
* 1、内存储存处理
|
||||
* 2、redis存储处理
|
||||
* 3、直接调用服务
|
||||
* 第一种方案需要结合消息处理,每次增量读取新增的数据
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Slf4j
|
||||
public class PopedomServiceImpl implements PopedomService {
|
||||
|
||||
Reference in New Issue
Block a user