文件名称: spring-session-data-redis-2.0.4.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework.session', name: 'spring-session-data-redis', version: '2.0.4.RELEASE'
Gradle (Short):
implementation 'org.springframework.session:spring-session-data-redis:2.0.4.RELEASE'
Gradle (Kotlin):
implementation("org.springframework.session:spring-session-data-redis:2.0.4.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.session.data.redis
org.springframework.session.data.redis.config
org.springframework.session.data.redis.config.annotation
org.springframework.session.data.redis.config.annotation.web.http
org.springframework.session.data.redis.config.annotation.web.serverorg.springframework.session.data.redis.ReactiveRedisOperationsSessionRepository
org.springframework.session.data.redis.RedisFlushMode
org.springframework.session.data.redis.RedisOperationsSessionRepository
org.springframework.session.data.redis.config.ConfigureNotifyKeyspaceEventsAction
org.springframework.session.data.redis.config.ConfigureRedisAction
org.springframework.session.data.redis.config.annotation.SpringSessionRedisConnectionFactory
org.springframework.session.data.redis.config.annotation.SpringSessionRedisOperations
org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession
org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration
org.springframework.session.data.redis.config.annotation.web.server.EnableRedisWebSession
org.springframework.session.data.redis.config.annotation.web.server.RedisWebSessionConfiguration