首页>代码>基于Spring Boot+Layui+mybatis开发垃圾分类管理系统>/garbage-collection-project/src/main/java/com/garbage/demo/conflg/KaptchaConfig.java
package com.garbage.demo.conflg; import com.google.code.kaptcha.impl.DefaultKaptcha; import com.google.code.kaptcha.util.Config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import java.util.Properties; /** *@description: 生成验证码配置 */ @Configuration public class KaptchaConfig { @Bean public DefaultKaptcha producer() { Properties properties = new Properties(); properties.put("kaptcha.border", "no"); properties.put("kaptcha.textproducer.font.color", "black"); properties.put("kaptcha.textproducer.char.space", "5"); Config config = new Config(properties); DefaultKaptcha defaultKaptcha = new DefaultKaptcha(); defaultKaptcha.setConfig(config); return defaultKaptcha; } }
最近下载更多
最近浏览更多
sbsjsk
10月24日
暂无贡献等级
krispeng LV13
9月30日
黄志琴 LV1
9月29日
yimaoermao LV1
9月14日
kgl234 LV2
8月17日
微信网友_7096619637297152
7月26日
暂无贡献等级
17380184110
6月20日
暂无贡献等级
计科一班 LV7
6月19日
fengst
6月18日
暂无贡献等级
TY0165 LV20
6月17日