{"id":20251611,"url":"https://github.com/dnsang/spring-rest-archetype","last_synced_at":"2026-01-05T20:08:11.712Z","repository":{"id":253492736,"uuid":"843679429","full_name":"dnsang/spring-rest-archetype","owner":"dnsang","description":"Maven Archetype for Spring RESTful Microservice Projects","archived":false,"fork":false,"pushed_at":"2024-09-09T06:36:03.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-09T08:03:30.489Z","etag":null,"topics":["archetype","jetty","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/dnsang.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-08-17T05:01:19.000Z","updated_at":"2024-09-09T06:36:06.000Z","dependencies_parsed_at":"2024-08-29T06:21:42.388Z","dependency_job_id":null,"html_url":"https://github.com/dnsang/spring-rest-archetype","commit_stats":null,"previous_names":["dnsang/spring-rest-archetype"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnsang%2Fspring-rest-archetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnsang%2Fspring-rest-archetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnsang%2Fspring-rest-archetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnsang%2Fspring-rest-archetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnsang","download_url":"https://codeload.github.com/dnsang/spring-rest-archetype/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224601057,"owners_count":17338456,"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","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":["archetype","jetty","spring-boot"],"created_at":"2024-11-14T10:11:16.859Z","updated_at":"2026-01-05T20:08:11.624Z","avatar_url":"https://github.com/dnsang.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Getting Started Guide\n\n#### 1. Generate a New Project\n\nTo create a new project from this archetype, execute the following Maven command. \nEnsure you replace `groupId`, `artifactId`, and `package` with your specific values:\n\n```bash\nmvn archetype:generate -B \\\n  -DarchetypeGroupId=dev.sang.archetype \\\n  -DarchetypeArtifactId=spring-rest-archetype \\\n  -DarchetypeVersion=0.1 \\\n  -DgroupId=your.company \\\n  -DartifactId=your-project-name \\\n  -Dpackage=your.company.project \\\n  -DarchetypeCatalog=remote\n```\n\n#### 2.Build the Project\nNavigate to the project directory and build the project using Maven:\n```bash\ncd your-project-name/\nmvn clean compile package\n```\n\n#### 3. Check Test Coverage\nReview the test coverage report by opening the following file in your web browser:\n\n```bash\nopen target/site/jacoco/index.html\n```\n\n#### 4. Start \u0026 Stop \na. **(MacOS) Install coreutils if it is not already installed**\n```bash\nbrew install coreutils\n```\nb. **Make the `runservice` script executable:**\n```bash\nchmod +x runservice\n```\nc. **Start the service in production mode:**\n```bash\n./runservice start production\n```\n\n#### 5. Verify Service Operation\nEnsure that your service is running by executing the following command:\n```bash\ncurl -X GET localhost:8080/api/v1/health\n```\n#### 6. Stop the service\n```bash\n./runservice stop\n```\n\n#### 7. [DEV GUIDELINE](src/main/resources/archetype-resources/DEV-GUIDELINE.md)\n#### 8. [RESPONSE FORMAT](src/main/resources/archetype-resources/RESPONSE-FORMAT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnsang%2Fspring-rest-archetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnsang%2Fspring-rest-archetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnsang%2Fspring-rest-archetype/lists"}