类 CaptchaProperties


  • @ConfigurationProperties(prefix="captcha")
    public class CaptchaProperties
    extends java.lang.Object
    作者:
    lengleng
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private int height
      默认高度,默认值:48
      private int len
      默认长度,默认值: 4
      private int width
      默认宽度,默认值: 130
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • len

        private int len
        默认长度,默认值: 4
      • width

        private int width
        默认宽度,默认值: 130
      • height

        private int height
        默认高度,默认值:48
    • 构造器详细资料

      • CaptchaProperties

        public CaptchaProperties()