1. 更改版本号为1.0

2. 增加缓存池,这样就算生成耗时较长的webp格式的文件也能非常快速的响应
3. 优化整体的架构设计
This commit is contained in:
liushaofeng
2020-10-20 09:00:50 +08:00
parent 2fde83cdfb
commit 93db535864
3 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.tianai.captcha</groupId>
<artifactId>tianai-captcha</artifactId>
<version>1.0.beta</version>
<version>1.0</version>
<name>tianai-captcha</name>
<description>滑块验证码</description>