{"id":23072091,"url":"https://github.com/sanogotech/springbootjsonlaod","last_synced_at":"2026-05-05T19:31:28.747Z","repository":{"id":236737635,"uuid":"793057546","full_name":"sanogotech/springbootjsonlaod","owner":"sanogotech","description":"Spring boot json load","archived":false,"fork":false,"pushed_at":"2024-04-28T16:15:26.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T11:43:05.314Z","etag":null,"topics":["jackson","java","json","maven","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/sanogotech.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":"2024-04-28T10:01:28.000Z","updated_at":"2024-04-28T16:15:29.000Z","dependencies_parsed_at":"2024-04-28T11:21:47.377Z","dependency_job_id":"0bb37d27-cc16-4333-bfdf-f492f481fee4","html_url":"https://github.com/sanogotech/springbootjsonlaod","commit_stats":null,"previous_names":["sanogotech/springbootjsonlaod"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanogotech/springbootjsonlaod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fspringbootjsonlaod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fspringbootjsonlaod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fspringbootjsonlaod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fspringbootjsonlaod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanogotech","download_url":"https://codeload.github.com/sanogotech/springbootjsonlaod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fspringbootjsonlaod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["jackson","java","json","maven","spring-boot"],"created_at":"2024-12-16T07:18:52.794Z","updated_at":"2026-05-05T19:31:28.731Z","avatar_url":"https://github.com/sanogotech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Hello World\n\n**A simple Spring Boot 2.x app to send hello world message to a user**\n\n## How to Run Application\n\n**Start the application using any of the commands mentioned below**\n\n\u003e **Note:** First two commands need to run inside the root folder of this project i.e inside the **spring-boot-hello-world** folder\n\n\n- **Using maven** \u003cbr/\u003e``` mvn spring-boot:run```\n\n\n- **From jar file**\n  Create a jar file using '**mvn clean install**' command and then execute\n  \u003cbr/\u003e```java -jar target/spring-boot-2-hello-world-1.0.2-SNAPSHOT.jar```\n\n\n- **Directly from IDE**\n  \u003cbr/\u003e```Right click on HelloWorldApplication.java and click on 'Run' option```\n  \u003cbr/\u003e\u003cbr/\u003e\n\n\u003e **Note:** By default spring boot application starts on port number 8080. If port 8080 is occupied in your system then you can change the port number by uncommenting and updating the **server.port** property inside the **application.properties** file that is available inside the **src \u003e main \u003e resources** folder.\n\n\u003cbr/\u003e\n\n**Send an HTTP GET request to '/hello' endpoint using any of the two methods**\n\n- **Browser or REST client**\n  \u003cbr/\u003e```http://localhost:8080/hello```\n\n\n- **cURL**\n  \u003cbr/\u003e```curl --request GET 'http://localhost:8080/hello'```\n\n\n## How to Run Unit Test Cases\n\n**Run the test cases using any of the commands mentioned below**\n\n\u003e **Note:** These commands need to run inside the root folder of this project i.e inside the **spring-boot-hello-world** folder\n\n- **To run all the test cases**\n  \u003cbr/\u003e```mvn test```\n\n\n- **To run a particular test class**\n  \u003cbr/\u003e```mvn -Dtest=HelloWorldControllerTest test```\n  \u003cbr/\u003eor\n  \u003cbr/\u003e```mvn -Dtest=HelloWorldApplicationTests test```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fspringbootjsonlaod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanogotech%2Fspringbootjsonlaod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fspringbootjsonlaod/lists"}