com.maxiaofa.captcha.spring.boot.framework.constants.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rotate-captcha-spring-boot-starter Show documentation
Show all versions of rotate-captcha-spring-boot-starter Show documentation
RotateCaptcha rotate-captcha-spring-boot-starter
The newest version!
package com.maxiaofa.captcha.spring.boot.framework.constants;
/**
* 常量
* @author MaXiaoFa
*/
public class Constants {
/**
* 验证码key
* */
public static String CAPTCHA_KEY = "rotateCaptcha:";
/**
* 验证码文件类型
* */
public static String IMAGES_SUFFIX = "png";
/**
* base64图片头
* */
public static String BASE64_HEAD = "data:image/"+IMAGES_SUFFIX+";base64,";
/**
* RSA
* */
public static String RSA = "RSA";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy