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

com.alibaba.easyretry.memory.config.EasyRetryMemoryCompatibleProperties Maven / Gradle / Ivy

The newest version!
package com.alibaba.easyretry.memory.config;

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

/**
 * @author Created by wuhao on 2021/2/21.
 */
@ConfigurationProperties(prefix = "spring.easyretry.memory")
@Data
public class EasyRetryMemoryCompatibleProperties {

	private Integer maxRetryTimes = 5;

	private String namespace = "easy-retry";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy