# edp-ddm-starter-error-handler **Repository Path**: mirrors_epam/edp-ddm-starter-error-handler ## Basic Information - **Project Name**: edp-ddm-starter-error-handler - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddm-starter-error-handler ### Overview * Project with configuration for handling system and validation errors. ### Usage 1. Specify dependency in your service: ```xml ... com.epam.digital.data.platform ddm-starter-error-handler ... ... ``` 2. Auto-configuration should be activated through the `@SpringBootApplication` or `@EnableAutoConfiguration` annotation in main class. ### Test execution * Tests could be run via maven command: * `mvn verify` OR using appropriate functions of your IDE. ### License The ddm-starter-error-handler is Open Source software released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).