摘要: 问题所在: 这一段配置,不要写在 SpringMVC 文件中,要写在 Spring 配置文件! <!-- kaptcha 验证码 --> <bean id="captchaProducer" class="com.google.code.kaptcha.impl.DefaultKaptcha"> < 阅读全文
posted @ 2017-12-19 19:16 newXin 阅读(2296) 评论(0) 推荐(0) 编辑
摘要: 注意 jar 包路径,和版本号 mvn install:install-file -Dfile=E:\ChromeBox\box\kaptcha-2.3.2\kaptcha-2.3.2.jar -DgroupId=com.google.code -DartifactId=kaptcha -Dvers 阅读全文
posted @ 2017-12-19 18:38 newXin 阅读(175) 评论(0) 推荐(0) 编辑
摘要: <dependencies><dependency><groupId>javax.servlet</groupId><artifactId>servlet-api</artifactId><scope>provided</scope><version>2.5</version></dependenc 阅读全文
posted @ 2017-12-19 09:13 newXin 阅读(1289) 评论(0) 推荐(0) 编辑