# edp-ddm-form-validation-client **Repository Path**: mirrors_epam/edp-ddm-form-validation-client ## Basic Information - **Project Name**: edp-ddm-form-validation-client - **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**: 2022-11-12 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddm-form-provider-client ### Overview Project with rest client for form provider. ### Usage 1. Specify dependency in your service: ```xml ... com.epam.digital.data.platform ddm-form-provider-client ... ... ``` 2. Enable Feign client `@EnableFeignClients(clients = FormManagementProviderClient.class)` 3. Inject`com.epam.digital.data.platform.integration.FormManagementProviderClient` bean. ### Test execution * Tests could be run via maven command: * `mvn verify` OR using appropriate functions of your IDE. ### License The ddm-form-validation-client is Open Source software released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).