<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-data-redis</artifactId> </dependency>
在加了@SpringBootApplication注解的类加上以下注解
@EnableRedisHttpSession
没了。。。。
至于版本在阿里云仓库搜索就行