sol-cloud/docker
smile d823a12170 feat(poi): Added department ID field to export history records
- Add the department_id field to the poi_t_export_history table
- Add the departmentId attribute and corresponding annotations to the PoiExportHistoryEntity entity class
- Map the departmentId field to the department_id column in the database
- Add Swagger documentation description for the department ID
- Use the @Transient annotation to mark entity fields and avoid JPA persistence conflicts
- Define department_id as a nullable varchar type in the HCL configuration file
- Preserve the original column structure for server indexing and extend support for new fields
2025-11-25 17:18:28 +08:00
..
config feat(poi): Added department ID field to export history records 2025-11-25 17:18:28 +08:00
script refactor(build):Restructure the build script to support layered packaging and parallel processing - Reorganize the Docker Compose volume mounting structure to support hierarchical directories 2025-09-27 23:24:01 +08:00
.env Edit captcha config 2025-10-15 23:57:16 +08:00
app.docker-compose.yml feat(docker):Add a resource limit configuration to the service 2025-11-18 17:33:06 +08:00
atlas.apply.docker-compose.yml chore(db): migrate from Flyway to Atlas 2025-09-26 02:12:25 +08:00
atlas.diff.docker-compose.yml chore(db): migrate from Flyway to Atlas 2025-09-26 02:12:25 +08:00
infra.docker-compose.yml feat(docker):Add a resource limit configuration to the service 2025-11-18 17:33:06 +08:00
minio.apply.docker-compose.yml fix(minio): Update the initialization script execution method - Modify the entrypoint shell script call from "/init-buckets.sh" to "bash /init-buckets.sh" 2025-11-03 14:47:05 +08:00
monitor.docker-compose.yml fix(monitor): Fix permission issues for Prometheus container 2025-11-03 15:24:50 +08:00