Commit Graph

9 Commits (1b02203a6cf1abc580f5e4e38e9b08c7cca23495)

Author SHA1 Message Date
李一帆 747e7c5143 feat(datasync): configure Redis and update MyBatis Plus dependency
- Add Redis configuration with host, port, and database settings
- Update MyBatis Plus dependency to Spring Boot 3 starter version
- Configure Maven plugins for dependency management and JAR packaging
- Modify Docker Compose network settings to use external bridge
- Adjust Java mapper scan paths to include nested datasource packages
- Set application to always update strategy in configuration file
2025-11-18 17:20:24 +08:00
李一帆 1af30dc3e9 feat(docker): update volume mapping for datasync application
- Changed volume mapping from java to datasync directory
- Updated mount path from /opt/hsz/java to /opt/hsz/datasync
- Maintained existing environment configurations
- Preserved network and profile settings
2025-11-18 14:07:05 +08:00
李一帆 a3e87db7ce feat(datasync): add data synchronization service with PostgreSQL and DM support
- Configure PostgreSQL and DM datasources in application.yml
- Set up MyBatis-Plus for database operations
- Add server configuration for datasync service
- Define Docker Compose service for hsz-datasync
- Include environment variables and volume mapping
- Set entrypoint for datasync service startup
2025-11-18 14:03:58 +08:00
李一帆 db53639c2a fix(docker): correct port mapping in docker-compose configuration
- Updated exposed port from 24105 to 24205
2025-11-18 11:12:09 +08:00
李一帆 9e9aab14ec feat(config): 更新生产环境配置并重构项目结构
- 修改 Redis 配置主机名为 hsz-redis,端口为 6379
- 调整 docker-compose.yml 文件以支持网络隔离和服务编排
- 新增 parent/pom.xml 管理依赖版本和构建配置
- 将主 pom.xml 中的依赖管理和属性定义移至 parent 模块
- 移除重复的仓库和分发管理配置,统一由 parent 继承
2025-11-03 16:42:20 +08:00
李一帆 6ecaa362b9 . 2025-07-17 15:26:39 +08:00
李一帆 d6d8dc1c93 增加对应本地开发的profile:local,修改涉及此的profile设置 2025-04-07 15:22:51 +08:00
李一帆 d458b5f518 修改时区 2024-08-08 09:29:53 +08:00
李一帆 6d48209a37 部署脚本 2024-08-07 17:07:53 +08:00