- 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
- 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
- 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