package com.kum.config; 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; @Configuration public class CaptchaConfig { @Bean(name = "captchaProducer") public DefaultKaptcha getKaptcheCode() { DefaultKaptcha defaultKaptcha = new DefaultKaptcha(); Properties properties = new Properties(); properties.setProperty("kaptcha.border", "no"); properties.setProperty("kaptcha.textproducer.font.color", "black"); properties.setProperty("kaptcha.image.width", "100"); properties.setProperty("kaptcha.image.height", "36"); properties.setProperty("kaptcha.textproducer.font.size", "30"); properties.setProperty("kaptcha.obscurificator.impl", "com.google.code.kaptcha.impl.ShadowGimpy"); properties.setProperty("kaptcha.session.key", "code"); properties.setProperty("kaptcha.noise.impl", "com.google.code.kaptcha.impl.NoNoise"); properties.setProperty("kaptcha.background.clear.from", "232,240,254"); properties.setProperty("kaptcha.background.clear.to", "232,240,254"); properties.setProperty("kaptcha.textproducer.char.length", "4"); properties.setProperty("kaptcha.textproducer.font.names", "彩云,宋体,楷体,微软雅黑"); Config config = new Config(properties); defaultKaptcha.setConfig(config); return defaultKaptcha; } }
最近下载更多
citybird LV4
11月18日
sodkj123 LV16
10月8日
ma406805131 LV15
5月7日
jsjsjsjsbdbshns LV1
4月27日
860421 LV3
4月18日
YhXyHx523 LV6
4月13日
denglu123321 LV4
4月11日
微信网友_6444139264921600 LV6
4月10日
dapeng0011 LV15
4月6日
玖零定制问题修复 LV34
4月4日
最近浏览更多
citybird LV4
11月18日
15953970869 LV6
11月9日
oceanchen LV14
10月30日
zwn258000
10月24日
暂无贡献等级
charleswang LV7
10月21日
withyouatdusk LV2
10月19日
微信网友_5795397379264512 LV1
10月18日
daisys LV2
10月14日
lqzixi LV4
10月9日
sodkj123 LV16
10月8日