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
相关文章
相关标签/搜索