spring boot集成redis实现session共享

   1、pom文件依赖 <!--spring boot 与redis应用基本环境配置 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-redis</artifactId> </dependency> <!--spring session 与
相关文章
相关标签/搜索