cn.structure.starter.redisson.properties.CacheProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-redisson-starter Show documentation
Show all versions of structure-redisson-starter Show documentation
封装 redisson 将封装成启动器,并且对分布式锁和缓存进行封装
The newest version!
package cn.structure.starter.redisson.properties;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import org.springframework.context.annotation.Configuration;
/**
*
* 缓存配置
*
*
* @author chuck
* @version 1.0.1
* @since 2020-12-23
*/
@Getter
@Setter
@ToString
@Configuration
public class CacheProperties {
/**
* 缓存key的分组名 例如: GROUP_KYE:BUSINESS_KEY
*/
private String keyGroupName;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy