Commit Graph

2 Commits

Author SHA1 Message Date
ycg
adf5e5464e Clean: Remove IDE and tool files from version control
- Remove .idea/ directory from Git tracking
- Remove .claude/ directory from Git tracking
- Update .gitignore to exclude IDE and tool files
- Keep local files intact but prevent future commits

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 11:44:26 +08:00
ycg
ef5cbc22dc Initial commit: Java股票数据获取项目
- 基于Tushare Pro Java SDK 2.0.5-RELEASE版本
- 实现股票基本信息和日线行情数据获取
- 使用MyBatis进行数据库操作
- 支持定时任务调度
- Spring Boot框架集成

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 11:31:25 +08:00