@EnableConfigurationProperties @Configuration @ConfigurationProperties(prefix="open.admin.captcha") public class CaptchaConfig extends Object
CaptchaConfig()
int
getHeight()
getLen()
getWidth()
void
setHeight(int height)
setLen(int len)
setWidth(int width)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CaptchaConfig()
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getLen()
public void setLen(int len)
Copyright © 2022. All rights reserved.