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

com.github.bootfastconfig.cache.properties.L2CacheProperties Maven / Gradle / Ivy

Go to download

Parent pom providing dependency and plugin management for applications built with Maven

The newest version!
package com.github.bootfastconfig.cache.properties;

import lombok.Data;

/**
 * @author mister
 */
@Data
public class L2CacheProperties {

    /**
     * 是否动态根据cacheName创建Cache的实现,默认true
     */
    private boolean dynamic = true;

    private String topic = "spring:l2Cache";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy