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

com.feingto.cloud.config.redis.EnableRedisAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 2.3.8.RELEASE
Show newest version
package com.feingto.cloud.config.redis;

import java.lang.annotation.*;

/**
 * 注解启用Redis自动配置 @EnableRedisAutoConfiguration
 *
 * @author longfei
 */
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface EnableRedisAutoConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy