{"id":44281333,"url":"https://github.com/link-it/govpay-iban-batch","last_synced_at":"2026-02-10T21:35:41.248Z","repository":{"id":337296227,"uuid":"1149883058","full_name":"link-it/govpay-iban-batch","owner":"link-it","description":"Batch di verifica attivazione degli iban su pagoPA","archived":false,"fork":false,"pushed_at":"2026-02-08T19:45:48.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T00:55:58.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/link-it.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-04T16:24:03.000Z","updated_at":"2026-02-08T19:45:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/link-it/govpay-iban-batch","commit_stats":null,"previous_names":["link-it/govpay-iban-batch"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/link-it/govpay-iban-batch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-it%2Fgovpay-iban-batch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-it%2Fgovpay-iban-batch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-it%2Fgovpay-iban-batch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-it%2Fgovpay-iban-batch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link-it","download_url":"https://codeload.github.com/link-it/govpay-iban-batch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-it%2Fgovpay-iban-batch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29317958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-10T21:35:40.650Z","updated_at":"2026-02-10T21:35:41.236Z","avatar_url":"https://github.com/link-it.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://www.link.it/wp-content/uploads/2025/01/logo-govpay.svg\" alt=\"GovPay Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# GovPay - Porta di accesso al sistema pagoPA - IBAN Batch\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=link-it_govpay-iban-batch\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=link-it_govpay-iban-batch)\n[![Docker Hub](https://img.shields.io/docker/v/linkitaly/govpay-iban-batch?label=Docker%20Hub\u0026logo=docker)](https://hub.docker.com/r/linkitaly/govpay-iban-batch)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://raw.githubusercontent.com/link-it/govpay-iban-batch/main/LICENSE)\n[![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.5.7-brightgreen.svg)](https://spring.io/projects/spring-boot)\n\n## Sommario\n\nBatch Spring Boot per la verifica automatica dell'attivazione degli IBAN su pagoPA.\nIl sistema verifica lo stato di attivazione degli IBAN configurati interrogando le API pagoPA e aggiorna le informazioni nel database GovPay.\n\n## Funzionalita' principali\n\n- **Verifica IBAN**: Controllo automatico dell'attivazione degli IBAN su pagoPA\n- **Riconciliazione**: Aggiornamento automatico dello stato IBAN nel database GovPay\n- **Multi-database**: Supporto per PostgreSQL, MySQL/MariaDB, Oracle, SQL Server, HSQLDB\n- **Schedulazione**: Esecuzione periodica configurabile o trigger manuale\n- **Retry automatico**: Gestione errori con retry e backoff esponenziale\n- **Containerizzazione**: Immagine Docker pronta per il deploy\n\n## Requisiti\n\n- Java 21+\n- Maven 3.6.3+\n- Database supportato (PostgreSQL, MySQL, Oracle, SQL Server, H2)\n\n## Compilazione\n\n```bash\nmvn clean install\n```\n\n## Esecuzione\n\n```bash\n# Avvio applicazione\njava -jar target/govpay-iban-batch.jar\n\n# Con profilo specifico\njava -jar target/govpay-iban-batch.jar --spring.profiles.active=prod\n```\n\n## Configurazione Docker\n\n```bash\ndocker run -d \\\n  -e GOVPAY_DB_TYPE=postgresql \\\n  -e GOVPAY_DB_SERVER=db-host:5432 \\\n  -e GOVPAY_DB_NAME=govpay \\\n  -e GOVPAY_DB_USER=govpay \\\n  -e GOVPAY_DB_PASSWORD=secret \\\n  -e GOVPAY_IBAN_API_ENV=uat \\\n  -e GOVPAY_IBAN_API_SUBSCRIPTIONKEY=your-key \\\n  linkitaly/govpay-iban-batch:latest\n```\n\n## Database supportati\n\n| Database | Versione minima |\n|----------|-----------------|\n| PostgreSQL | 9.6+ |\n| MySQL | 5.7+ |\n| MariaDB | 10.3+ |\n| Oracle | 11g+ |\n| SQL Server | 2016+ |\n| HSQLDB/H2 | (sviluppo) |\n\n## Documentazione\n\n- **[ChangeLog](ChangeLog)** - Storia delle modifiche e release\n- **[Wiki](https://github.com/link-it/govpay-iban-batch/wiki)** - Documentazione completa\n\n## License\n\nQuesto progetto e' distribuito sotto licenza GPL v3. Vedere il file [LICENSE](LICENSE) per i dettagli.\n\n## Contatti\n\n- **Progetto**: [GovPay IBAN Batch](https://github.com/link-it/govpay-iban-batch)\n- **Organizzazione**: [Link.it](https://www.link.it)\n\n---\n\nQuesto progetto e' parte dell'ecosistema [GovPay](https://www.govpay.it) per la gestione dei pagamenti della Pubblica Amministrazione italiana tramite pagoPA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-it%2Fgovpay-iban-batch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink-it%2Fgovpay-iban-batch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-it%2Fgovpay-iban-batch/lists"}