![JAR search and dependency download from the Maven repository](/logo.png)
com.github.zhangchunsheng.spring.starter.hubblejava.region.properties.JuheRegionProperties Maven / Gradle / Ivy
package com.github.zhangchunsheng.spring.starter.hubblejava.region.properties;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
*
* 聚合数据属性配置类
* Created by Chunsheng Zhang on 2020/9/22.
*
*
* @author Chunsheng Zhang
*/
@Data
@ConfigurationProperties(prefix = "juhe")
public class JuheRegionProperties {
/**
* 聚合数据key.
*/
private String key;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy