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

club.kingyin.easycache.core.config.Inner Maven / Gradle / Ivy

The newest version!
package club.kingyin.easycache.core.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Data
@ConfigurationProperties(prefix = "easycache.inner")
public class Inner {
    private String path = EasyCacheProperties.EMPTY_STRING;
    private int size = Integer.MAX_VALUE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy