
com.alibaba.easyretry.mybatis.conifg.EasyRetryMybatisProperties Maven / Gradle / Ivy
The newest version!
package com.alibaba.easyretry.mybatis.conifg;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* @author Created by wuhao on 2021/2/21.
*/
@ConfigurationProperties(prefix = "spring.easyretry.mybatis")
@Data
public class EasyRetryMybatisProperties {
private Integer maxRetryTimes = 5;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy