pom.xml
@@ -200,5 +200,15 @@ <artifactId>tianai-captcha-springboot-starter</artifactId> <version>1.5.1</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-coyote</artifactId> <version>9.0.56</version> <!-- 根据需要选择版本 --> </dependency> <dependency> <groupId>com.formdev</groupId> <artifactId>flatlaf</artifactId> <version>2.0</version> </dependency> </dependencies> </project>