{"id":15430515,"url":"https://github.com/lenisha/spring-echo-example","last_synced_at":"2025-10-04T01:52:04.175Z","repository":{"id":116070892,"uuid":"158749269","full_name":"lenisha/spring-echo-example","owner":"lenisha","description":"springboot app echo back headers and httprequest","archived":false,"fork":false,"pushed_at":"2018-12-02T07:48:38.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T19:48:39.774Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenisha.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2018-11-22T20:54:54.000Z","updated_at":"2018-12-02T07:48:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"91614efb-4d32-41c9-8d18-75b8c2bd34d2","html_url":"https://github.com/lenisha/spring-echo-example","commit_stats":{"total_commits":23,"total_committers":3,"mean_commits":7.666666666666667,"dds":0.5217391304347826,"last_synced_commit":"ee6c357f119a187483e8544594d68f0df6901d72"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lenisha/spring-echo-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fspring-echo-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fspring-echo-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fspring-echo-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fspring-echo-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenisha","download_url":"https://codeload.github.com/lenisha/spring-echo-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fspring-echo-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254466,"owners_count":25956598,"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-03T02:00:06.070Z","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":[],"created_at":"2024-10-01T18:16:47.655Z","updated_at":"2025-10-04T01:52:04.143Z","avatar_url":"https://github.com/lenisha.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spring Boot Echo Example\n-------------------\nA small app that echoes back a nice JSON with some info from the incoming requests:\n- Request protocol\n- Request method  \n- Request headers\n- Request cookies\n- Request params (query string)\n- Request path\n- Request body (Base64 encoded)\n\nIs is usefull to trace/debug problems while developing REST APIs and SOAP WebServices.  \n\n# Features:\n1. Spring Boot 1.3.7, supporting fully executable JARs for Linux based operating systems, including “service” support\n2. Accepts HTTP methods:  GET, POST, PUT, DELETE and OPTIONS\n3. Accepts all content type (\\*/\\*)\n4. Catches everything (ie, mapped at /**), thus no webjars,  no favicon.ico and no /error \n5. Response code is always a 200 \"OK\" \n6. GZip compression is disabled (on purpose) to avoid unexpected client behavior\n7. Response content type is always \"application/json;charset=UTF-8\".\n8. Includes CORS headers allowing any origin for debugging\n\nTo get the code:\n-------------------\nClone the repository:\n\n    $ git clone https://github.com/lenisha/spring-echo-example.git\n\nIf this is your first time using Github, review http://help.github.com to learn the basics.\n\nTo run the application:\n-------------------\t\nFrom the command line with Maven:\n\n    $ cd spring-echo-example\n    $ mvn clean package spring-boot:run \n    \nPush to PCF:\n\n    $ cf push\n \n\nFrom the command line with Linux (eXecutable Jar):\n\n    $ cd spring-echo-example/target\n    $ ./spring-echo-example-1.0.0.jar\n\nFrom the command line with Windows:\n\n    $ cd spring-echo-example/target\n    $ java -jar spring-echo-example-1.0.0.jar\n\n\n# Try it using your browser, REST client, SoapUI, with:\n* http://localhost:8080/sample.html\n* http://localhost:8080/sample.json\n* http://localhost:8080/sample.css\n* http://localhost:8080/sample.js\n* http://localhost:8080/ws/sample.wsdl\n* http://localhost:8080/people/1/cars\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenisha%2Fspring-echo-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenisha%2Fspring-echo-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenisha%2Fspring-echo-example/lists"}