{"id":16619870,"url":"https://github.com/techguy-bhushan/springboot-apachecamel-rest","last_synced_at":"2025-10-12T19:53:00.163Z","repository":{"id":73283343,"uuid":"124261180","full_name":"techguy-bhushan/Springboot-ApacheCamel-Rest","owner":"techguy-bhushan","description":"Rest sample App using Springboot with Apache Camel","archived":false,"fork":false,"pushed_at":"2018-05-15T14:51:37.000Z","size":8,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T11:24:27.470Z","etag":null,"topics":["camel","camel-restful","rest-api","spring-boot","swagger"],"latest_commit_sha":null,"homepage":null,"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/techguy-bhushan.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}},"created_at":"2018-03-07T16:10:17.000Z","updated_at":"2022-04-19T23:26:26.000Z","dependencies_parsed_at":"2023-07-23T16:15:23.612Z","dependency_job_id":null,"html_url":"https://github.com/techguy-bhushan/Springboot-ApacheCamel-Rest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techguy-bhushan/Springboot-ApacheCamel-Rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techguy-bhushan%2FSpringboot-ApacheCamel-Rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techguy-bhushan%2FSpringboot-ApacheCamel-Rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techguy-bhushan%2FSpringboot-ApacheCamel-Rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techguy-bhushan%2FSpringboot-ApacheCamel-Rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techguy-bhushan","download_url":"https://codeload.github.com/techguy-bhushan/Springboot-ApacheCamel-Rest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techguy-bhushan%2FSpringboot-ApacheCamel-Rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012679,"owners_count":26085159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["camel","camel-restful","rest-api","spring-boot","swagger"],"created_at":"2024-10-12T02:42:59.899Z","updated_at":"2025-10-12T19:53:00.158Z","avatar_url":"https://github.com/techguy-bhushan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**SpringBoot Rest Camel**\nthis is a sample curd app based on SpringBoot  Apache-Camel Rest component.\n\nRequired in System for project setup:\nMaven\nJava 8 (if you have java 7 then you can change source and target property in maven pom)\n\nH2 data based use so no db required.\n\n**Swagger: Api doc**\n\nhttp://0.0.0.0:8080/api/api-doc/swagger.yaml\nOR\nhttp://0.0.0.0:8080/api/api-doc/swagger.json\n\n**Create User:**\nHttp Method: POST\nUrl:http://0.0.0.0:8080/api/users\nContent-Type=application/json\nRow data:\n{\n    \"name\": \"Ankit\"\n}\n\noutput:\n `{\n        \"id\": 1,\n        \"name\": \"Ankit\"\n }`\n\n\n**Find User By ID**\n\nurl:http://0.0.0.0:8080/api/users/{user_id}\nHttp Method: GET\n\neg: http://0.0.0.0:8080/api/users/1\n\noutput:\n`{\n    \"id\": 1,\n    \"name\": \"Ankit\"\n}`\n\n**Find All User**\n\nurl:http://0.0.0.0:8080/api/users\nHttp Method: GET\n\nOutput:\n`[\n    {\n        \"id\": 1,\n        \"name\": \"Bhushan\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Ankit\"\n    }\n]`\n\n\n**DELETE USER**\nurl:http://0.0.0.0:8080/api/users/{user_id}\nHttp Method: DELETE\n\neg: http://0.0.0.0:8080/api/users/1\n\n\n**Update User**\nurl=http://0.0.0.0:8080/api/users/{user_id}\nHttp Method: PUT\nContent-Type=application/json\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechguy-bhushan%2Fspringboot-apachecamel-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechguy-bhushan%2Fspringboot-apachecamel-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechguy-bhushan%2Fspringboot-apachecamel-rest/lists"}