VSN-1958 : Feat(anomaly-config): add anomaly configuration management for fuel, mileage, and vehicles
This change adds a complete CRUD implementation for anomaly configuration management across three domains:
New Features:
- Fuel Anomaly Global Config: Global configuration for fuel consumption anomaly detection thresholds
- Mileage Anomaly Global Config: Global configuration for mileage anomaly detection thresholds
- Vehicle Anomaly Config: Vehicle-specific anomaly configuration overrides
Implementation includes:
- REST controllers with endpoints for each configuration type
- Service layer with business logic (interfaces + implementations)
- Repository layer for data persistence
- MapStruct mappers for DTO transformations
- Request/Response DTOs for API contracts
- Path constants for endpoint definitions
Closes VSN-1958