cookie redis 實現單點登錄

    功能:攔截UserController下的除了登錄請求以外所有關於用戶的請求(可修改添加攔截註冊請求以及其他請求) (單點登錄的具體認證過程在此AOP中) pom.xml需添加依賴: <!--Jedis客戶端--> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</
相關文章
相關標籤/搜索