spring boot集成redis實現session共享

   1、pom文件依賴 <!--spring boot 與redis應用基本環境配置 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-redis</artifactId> </dependency> <!--spring session 與
相關文章
相關標籤/搜索