{"id":50876225,"url":"https://github.com/atikur-rabbi/springboot_demo","last_synced_at":"2026-06-15T10:01:51.170Z","repository":{"id":129681723,"uuid":"320696272","full_name":"atikur-rabbi/SpringBoot_demo","owner":"atikur-rabbi","description":"spring boot demo","archived":false,"fork":false,"pushed_at":"2020-12-11T22:19:23.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-08T23:40:23.448Z","etag":null,"topics":["json","repl","spring","spring-boot-application"],"latest_commit_sha":null,"homepage":"https://springbootdemo.atikurrabbi.repl.co/","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/atikur-rabbi.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":"2020-12-11T22:19:10.000Z","updated_at":"2020-12-14T19:55:33.000Z","dependencies_parsed_at":"2023-07-09T19:46:13.044Z","dependency_job_id":null,"html_url":"https://github.com/atikur-rabbi/SpringBoot_demo","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/atikur-rabbi/SpringBoot_demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atikur-rabbi%2FSpringBoot_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atikur-rabbi%2FSpringBoot_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atikur-rabbi%2FSpringBoot_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atikur-rabbi%2FSpringBoot_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atikur-rabbi","download_url":"https://codeload.github.com/atikur-rabbi/SpringBoot_demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atikur-rabbi%2FSpringBoot_demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["json","repl","spring","spring-boot-application"],"created_at":"2026-06-15T10:01:43.747Z","updated_at":"2026-06-15T10:01:51.156Z","avatar_url":"https://github.com/atikur-rabbi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Prerequisites\n\n- This application uses [Spring Boot Web Starter](https://spring.io/guides/gs/spring-boot/)\n- This application is based on the [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) tutorial\n- This application uses Java 1.8\n- This application uses Maven for building and dependency management\n\n### Application Structure\n\n- Files must be located under `/src/main/java` to be picked up by Spring\n- The demo source code is located in `src/main/java/com/example/restservice`\n- The project assumes `com.example.restservice.DemoApplication` is the Spring Boot Application. To change this, remove the `@SpringBootApplication` annotation from `DemoApplication` and add it to another application class.\n\n### Running the app\n\nPress the \"Run\" button\n\n-- OR -- \n\nFrom the Terminal in repl.it, run:\n\n```\nmvn clean package\n\njava -jar target/restservice-0.0.1-SNAPSHOT.jar\n```\n\nA subwindow displaying a browser will appear, showing you the output. You may copy the URL and open it in a new browser tab to change the URL, e.g. adding `/greeting` to the end of the URL for the sample app will display the \"Hello World\" JSON.\n\n### Endpoints\n\nThe base project has three endpoints you can build on. They are all defined in the `GreetingController`:\n\n- `/` - a \"Welcome to the Spring Boot Application Starter!\" default page \n- `GET /greeting` - a GET endpoint that takes an optional `name` String parameter and returns a JSON `Greeting` object\n- `POST /greeting` - a POST endpoint that takes a JSON body of the `Person` object with a name, and returns a JSON `Greeting` object\n\n### Troubleshooting\n\n- If the terminal window gets stuck in a loop while trying to run a `java` command, refresh the repl.it browser window for this project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatikur-rabbi%2Fspringboot_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatikur-rabbi%2Fspringboot_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatikur-rabbi%2Fspringboot_demo/lists"}