{"id":14984786,"url":"https://github.com/romeh/spring-boot-quickstart-archtype","last_synced_at":"2026-02-27T21:06:11.625Z","repository":{"id":137544295,"uuid":"112929218","full_name":"Romeh/spring-boot-quickstart-archtype","owner":"Romeh","description":"Spring boot maven archtype to generare spring boot web application","archived":false,"fork":false,"pushed_at":"2019-12-30T13:34:46.000Z","size":135,"stargazers_count":30,"open_issues_count":3,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T19:22:17.360Z","etag":null,"topics":["archetype","circuit-breaker","cucumber","java-8","jenkins-pipeline","jpa","logback","lombok","maven-archetype","spring-aop","spring-boot","spring-cloud-config","spring-retry","springboot-sample","swagger","swagger2"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Romeh.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":"2017-12-03T13:14:32.000Z","updated_at":"2023-09-02T13:05:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"421e46fa-1e6e-4455-ae0e-b8437aa9a997","html_url":"https://github.com/Romeh/spring-boot-quickstart-archtype","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.4444444444444444,"last_synced_commit":"49ebe246e9cdf3d61666c801e422afa7026ac82a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romeh%2Fspring-boot-quickstart-archtype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romeh%2Fspring-boot-quickstart-archtype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romeh%2Fspring-boot-quickstart-archtype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romeh%2Fspring-boot-quickstart-archtype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Romeh","download_url":"https://codeload.github.com/Romeh/spring-boot-quickstart-archtype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248311668,"owners_count":21082630,"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","circuit-breaker","cucumber","java-8","jenkins-pipeline","jpa","logback","lombok","maven-archetype","spring-aop","spring-boot","spring-cloud-config","spring-retry","springboot-sample","swagger","swagger2"],"created_at":"2024-09-24T14:09:40.147Z","updated_at":"2026-02-27T21:06:11.597Z","avatar_url":"https://github.com/Romeh.png","language":"Java","readme":" Spring Boot 2 Quickstart Maven Archetype\n=========================================\n![Build Status](https://travis-ci.org/Romeh/spring-boot-quickstart-archtype.svg?branch=master)\n\n![alt text](AppArchtype.jpg)\nSummary\n-------\nThe project is a Maven archetype for Spring Boot web application \nwhich has all common standards on place ready for development\n\n- Java 1.8+\n- Maven 3.5+\n- Spring boot 2.1.0.RELEASE+\n- Lombok abstraction\n- JPA with H2 for explanation\n- Swagger 2 API documentation\n- Spring retry and circuit breaker for external service call\n- REST API model validation \n- Spring cloud config for external configuration on GIT REPO\n- Cucumber and Spring Boot test for integration test\n- Jenkins Pipeline for multi branch project\n- continuous delivery and integration standards with Sonar check and release management\n- Support retry in sanity checks \n- Logback configuration  \n\n\nInstallation\n------------\n\nTo install the archetype in your local repository execute following commands:\n\n```sh\n$ git clone https://github.com/Romeh/spring-boot-quickstart-archtype.git\n$ cd spring-boot-quickstart-archtype\n$ mvn clean install\n```\n\nCreate a project\n----------------\n\n```sh\n$ mvn archetype:generate \\\n     -DarchetypeGroupId=com.romeh.spring-boot-archetypes \\\n     -DarchetypeArtifactId=spring-boot-quickstart \\\n     -DarchetypeVersion=1.0.0 \\\n     -DgroupId=com.test \\\n     -DartifactId=sampleapp \\\n     -Dversion=1.0.0-SNAPSHOT \\\n     -DinteractiveMode=false\n```\n\nTest on the browser via SWAGGER\n-------------------\n\n```sh\nhttp://localhost:8080/swagger-ui.html\n```\n\nSample app generated from that archetype can be found here and more technical explanation:\n-------------------\nhttps://github.com/Romeh/spring-boot-sample-app\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromeh%2Fspring-boot-quickstart-archtype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromeh%2Fspring-boot-quickstart-archtype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromeh%2Fspring-boot-quickstart-archtype/lists"}