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

com.pig4cloud.pigx.common.sequence.properties.SequenceRedisProperties Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
package com.pig4cloud.pigx.common.sequence.properties;

/**
 * @author lengleng
 * @date 2019-05-26
 */

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

/**
 * @author lengleng
 * @date 2019/5/26
 * 

* 发号器Redis配置属性 */ @Data @Component @ConfigurationProperties(prefix = "pigx.xsequence.redis") public class SequenceRedisProperties extends BaseSequenceProperties { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy