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

com.healthy.common.security.properties.ValidateCodeProperties Maven / Gradle / Ivy

There is a newer version: 1.2.1.RELEASE
Show newest version
package com.healthy.common.security.properties;

import lombok.Data;

/**
 * 验证码配置
 */
@Data
public class ValidateCodeProperties {

    /**
     * 图片验证码配置
     */
    private ImageCodeProperties image = new ImageCodeProperties();

    /**
     * 短信验证码配置
     */
    private SmsCodeProperties sms = new SmsCodeProperties();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy