agent-skill-backend
Go to file
wangzhiwei 3b83ddc2cf fix(config): 解决MySQL连接和短信验证码缓存问题
- 在开发环境数据库连接URL中添加allowPublicKeyRetrieval参数
- 在生产环境数据库连接URL中添加allowPublicKeyRetrieval参数
- 将短信验证码验证从RedisTemplate切换到Redisson客户端
- 注释掉验证码删除逻辑以避免影响后续验证流程
2026-01-28 17:14:06 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db 修改cms_content表结构和查询逻辑以支持多个分类ID 2026-01-28 10:57:28 +08:00
src fix(config): 解决MySQL连接和短信验证码缓存问题 2026-01-28 17:14:06 +08:00
.gitignore Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
Dockerfile Initial commit of backend project 2026-01-22 10:20:02 +08:00
README.md Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
mvnw.cmd Initial commit of backend project 2026-01-22 10:20:02 +08:00
pom.xml feat(redis): 集成 Redisson 并统一配置管理 2026-01-28 14:45:36 +08:00

README.md

agent-skill-backend

agent-skill-backend