SpringBoot Session Redis共享

POM.xml 1:加载文件 <!-- springboot - Redis --> <dependency>             <groupId>org.springframework.boot</groupId>             <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>      
相关文章
相关标签/搜索