feat: 完善创新平台后端功能

- 完善实体类和DTO
- 添加认证控制器
- 添加项目管理控制器和服务
- 更新数据库配置和初始化脚本
- 优化Docker配置
This commit is contained in:
likingcode
2026-03-07 05:22:04 +00:00
parent 7449214acf
commit c6a845f405
77 changed files with 1 additions and 1 deletions

2
docker-compose.yml Normal file → Executable file
View File

@@ -9,7 +9,7 @@ services:
MYSQL_USER: innovation
MYSQL_PASSWORD: innovation123
ports:
- "3307:3306"
- "127.0.0.1:3307:3306"
volumes:
- mysql-data:/var/lib/mysql
networks: