feat: 完善创新平台后端功能
- 完善实体类和DTO - 添加认证控制器 - 添加项目管理控制器和服务 - 更新数据库配置和初始化脚本 - 优化Docker配置
This commit is contained in:
2
docker-compose.yml
Normal file → Executable file
2
docker-compose.yml
Normal file → Executable 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:
|
||||
|
||||
Reference in New Issue
Block a user