redis使用及Spring Session+Redis實現Session共享

1.redis的使用 首先引入依賴 IDEA可以直接創建項目前搜redis直接導入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 配置文件 application.proper
相關文章
相關標籤/搜索