Example usage for org.springframework.boot.autoconfigure.data.redis RedisProperties RedisProperties

List of usage examples for org.springframework.boot.autoconfigure.data.redis RedisProperties RedisProperties

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.data.redis RedisProperties RedisProperties.

Prototype

RedisProperties

Source Link

Usage

From source file:org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.java

@Bean(name = "org.springframework.autoconfigure.redis.RedisProperties")
@ConditionalOnMissingBean/* ww w.  j ava  2s .  com*/
public RedisProperties redisProperties() {
    return new RedisProperties();
}