agent-skill-backend
Go to file
wangzhiwei af0ae4bac1 feat(config): 添加上传配置并重构文件上传路径管理
- 新增 UploadConfig 配置类统一管理上传路径
- 将硬编码的上传目录路径改为配置驱动
- 添加 EscapeCharacterUtils 工具类处理转义字符
- 修复 application-dev.yml 和 application-prod.yml 中的上传路径格式
- 在 SkillGenServiceImpl 中集成转义字符清理功能
- 更新 CommonController 使用配置类管理上传目录
2026-03-04 14:48:50 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db feat(content): 添加skill管理和支付配置功能 2026-03-03 14:55:06 +08:00
src feat(config): 添加上传配置并重构文件上传路径管理 2026-03-04 14:48:50 +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(payment): 添加支付功能支持微信和支付宝 2026-02-26 17:30:55 +08:00

README.md

agent-skill-backend

agent-skill-backend