|
|
|
|
30
|
properties.put("kaptcha.border", "no");
|
30
|
properties.put("kaptcha.border", "no");
|
31
|
properties.put("kaptcha.textproducer.font.color", "black");
|
31
|
properties.put("kaptcha.textproducer.font.color", "black");
|
32
|
properties.put("kaptcha.textproducer.char.space", "5");
|
32
|
properties.put("kaptcha.textproducer.char.space", "5");
|
|
|
33
|
properties.put("kaptcha.textproducer.font.names", "Arial,Courier,cmr10,宋体,楷体,微软雅黑");
|
33
|
Config config = new Config(properties);
|
34
|
Config config = new Config(properties);
|
34
|
DefaultKaptcha defaultKaptcha = new DefaultKaptcha();
|
35
|
DefaultKaptcha defaultKaptcha = new DefaultKaptcha();
|
35
|
defaultKaptcha.setConfig(config);
|
36
|
defaultKaptcha.setConfig(config);
|