refactor(resource): 重构资源存储和管理逻辑
- 移除了 AbstractResourceStore 类 - 新增了 CrudResourceStore 接口,定义了 CRUD操作 - 修改了 DefaultImageCaptchaResourceManager,支持批量获取资源和模板 - 重构了 FontCache 类,改为实现 ResourceStore 接口 - 更新了相关应用类,使用新的资源管理逻辑
This commit is contained in:
@@ -27,12 +27,17 @@
|
||||
> 注意: 如果你项目是使用的**Springboot**,
|
||||
>
|
||||
>
|
||||
请使用SpringBoot脚手架工具[tianai-captcha-springboot-starter](https://gitcode.com/tiana/tianai-captcha-springboot-starter);
|
||||
请使用SpringBoot脚手架工具
|
||||
- [tianai-captcha-springboot-starter(gitee)](https://gitee.com/tianai/tianai-captcha-springboot-starter);
|
||||
- [tianai-captcha-springboot-starter(gitcode)](https://gitcode.com/tiana/tianai-captcha-springboot-starter);
|
||||
- [tianai-captcha-springboot-starter(github)](https://github.com/tianaiyouqing/tianai-captcha-springboot-starter);
|
||||
>
|
||||
> 该工具对tianai-captcha验证码进行了封装,使其使用更加方便快捷
|
||||
|
||||
|
||||
> **写好的验证码demo移步 [tianai-captcha-demo](https://gitcode.com/tiana/tianai-captcha-demo)**
|
||||
> **写好的验证码demo移步
|
||||
> - [tianai-captcha-demo(gitee)](https://gitee.com/tianai/tianai-captcha-demo)
|
||||
> - [tianai-captcha-demo(gitcode)](https://gitcode.com/tiana/tianai-captcha-demo)
|
||||
|
||||
### 1. 导入xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user