{"id":25976152,"url":"https://github.com/kh77/spring-completablefuture","last_synced_at":"2026-05-18T06:33:59.562Z","repository":{"id":119364384,"uuid":"500164329","full_name":"kh77/spring-completablefuture","owner":"kh77","description":"How to use CompletableFuture in spring boot application","archived":false,"fork":false,"pushed_at":"2022-06-05T17:24:41.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T20:46:44.717Z","etag":null,"topics":["async","completablefuture","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kh77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-05T17:24:36.000Z","updated_at":"2022-08-25T09:52:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"285ba44d-3813-45b5-a9cc-367b3067d809","html_url":"https://github.com/kh77/spring-completablefuture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kh77/spring-completablefuture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fspring-completablefuture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fspring-completablefuture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fspring-completablefuture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fspring-completablefuture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kh77","download_url":"https://codeload.github.com/kh77/spring-completablefuture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fspring-completablefuture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":["async","completablefuture","java","spring-boot"],"created_at":"2025-03-05T03:35:23.331Z","updated_at":"2026-05-18T06:33:59.557Z","avatar_url":"https://github.com/kh77.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### SpringBoot-CompletableFuture\n\n- Create employee through file uploading, file is present in the resource folder \n- Get employee list\n- Get employee list by name or age\n- Upload multiple file at a time\n\n\n    #### Dump employee data through csv file\n\n    curl --location --request POST 'localhost:8080/api/employee' \\\n    --form 'files=@\"/C:/Users/abc/Desktop/employee-1.csv\"' \\\n    --form 'files=@\"/C:/Users/abc/Desktop/employee-2.csv\"'\n\n\n    #### Get all employees\n\n    curl --location --request GET 'localhost:8080/api/employee'\n\n\n    #### Get all employees by Name Or Age \n\n    curl --location --request GET 'localhost:8080/api/employee/ali/16' ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkh77%2Fspring-completablefuture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkh77%2Fspring-completablefuture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkh77%2Fspring-completablefuture/lists"}