| | |
| | | addressEnabled: true |
| | | |
| | | captcha: |
| | | # 页面 <参数设置> 可开启关闭 验证码校验 |
| | | # 验证码类型 math 数组计算 char 字符验证 |
| | | type: math |
| | | type: MATH |
| | | # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰 |
| | | category: circle |
| | | category: CIRCLE |
| | | # 数字验证码位数 |
| | | numberLength: 1 |
| | | # 字符验证码长度 |
| | |
| | | localCacheScope: SESSION |
| | | # 开启Mybatis二级缓存,默认为 true |
| | | cacheEnabled: false |
| | | # 更详细的日志输出 会有性能损耗 |
| | | # logImpl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # 更详细的日志输出 会有性能损耗 org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # 关闭日志记录 (可单纯使用 p6spy 分析) org.apache.ibatis.logging.nologging.NoLoggingImpl |
| | | # 默认日志输出 org.apache.ibatis.logging.slf4j.Slf4jImpl |
| | | logImpl: org.apache.ibatis.logging.nologging.NoLoggingImpl |
| | | global-config: |
| | | # 是否打印 Logo banner |
| | | banner: true |