- 引入依赖
在 pom.xml
中引入 spring-boot-starter-web
、spring-boot-starter-validation
、spring-boot-starter-thymeleaf
、com.google.code.kaptcha:kaptcha
依赖。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>com.google.code.kaptcha</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3.2</version>
</dependency>
- 添加配置
在 application.yml
中添加如下配置:
kaptcha:
border: no
textproducer.fo