We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vietnama10/knowledge-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•527 B
# ELT Migration - Spring Batch Example
Minimal scaffold showing how to implement the `TransferCustomerData` job.
Run:
```bash
cd spring-batch
mvn spring-boot:run
```
Notes:
- Implement actual `MultiCsvItemReader` to read from `/box/input/Customer_*.csv` and map columns into `CustomerWrapper.originalData`.
- Replace placeholder writer logic with `ClassifierCompositeItemWriter` to route valid/invalid records to DB or error CSV.
- Configure `application.properties` with SQL Server datasource and MyBatis mapper scanning.