chore: 配置开发环境并更新数据库设置

- 添加 VS Code 调试配置(launch.json, tasks.json)
- 添加 VS Code 调试使用指南
- 更新数据库端口为高位端口(MySQL: 33066, Redis: 63379)
- 更新应用服务器端口为 8123
- 启用 blade-starter-liteflow 依赖
- 添加 SDKMAN 配置文件(.sdkmanrc)
- 添加项目开发文档(CLAUDE.md)
- 更新 .gitignore 忽略日志和部署文件

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
n72595987@gmail.com
2025-11-29 13:23:18 +08:00
parent 3b097b5f63
commit 9c7604d98b
10 changed files with 775 additions and 10 deletions

View File

@@ -191,10 +191,10 @@
<artifactId>yunpian-java-sdk</artifactId>
</dependency>
<!-- liteflow -->
<!-- <dependency>-->
<!-- <groupId>org.springblade</groupId>-->
<!-- <artifactId>blade-starter-liteflow</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-starter-liteflow</artifactId>
</dependency>
<!-- Oracle -->
<!--<dependency>
<groupId>com.oracle</groupId>