All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yuweix.kuafu.boot.redis.LettuceAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.yuweix.kuafu.boot.redis;


import com.yuweix.kuafu.data.springboot.lettuce.LettuceConf;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;


/**
 * @author yuwei
 */
@Configuration
@ConditionalOnProperty(name = "kuafu.boot.lettuce.enabled")
@Import({LettuceConf.class})
public class LettuceAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy