一、加入依赖

		<dependency>
			<groupId>org.springframework.session</groupId>
			<artifactId>spring-session-data-redis</artifactId>
		</dependency>

二、加入注解

在加了@SpringBootApplication注解的类加上以下注解

@EnableRedisHttpSession

没了。。。。

至于版本在阿里云仓库搜索就行

相关文章:

  • 2021-09-20
  • 2022-01-19
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2021-12-18
  • 2021-11-03
  • 2021-05-15
  • 2021-08-04
  • 2022-02-18
相关资源
相似解决方案