{"id":51287929,"url":"https://github.com/open-coffee/opencoffee-starter","last_synced_at":"2026-06-30T07:33:45.593Z","repository":{"id":42525990,"uuid":"80098624","full_name":"open-coffee/opencoffee-starter","owner":"open-coffee","description":"The glue of the OpenCoffee","archived":true,"fork":false,"pushed_at":"2022-03-31T08:24:34.000Z","size":1230,"stargazers_count":10,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-30T07:33:43.940Z","etag":null,"topics":["hacktoberfest","java","spring-boot-starter"],"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/open-coffee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-26T08:50:21.000Z","updated_at":"2026-04-08T19:02:35.000Z","dependencies_parsed_at":"2022-09-09T11:20:44.669Z","dependency_job_id":null,"html_url":"https://github.com/open-coffee/opencoffee-starter","commit_stats":null,"previous_names":["coffeenet/coffeenet-starter"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/open-coffee/opencoffee-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-coffee%2Fopencoffee-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-coffee%2Fopencoffee-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-coffee%2Fopencoffee-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-coffee%2Fopencoffee-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-coffee","download_url":"https://codeload.github.com/open-coffee/opencoffee-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-coffee%2Fopencoffee-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34957627,"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-30T02:00:05.919Z","response_time":92,"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":["hacktoberfest","java","spring-boot-starter"],"created_at":"2026-06-30T07:33:44.705Z","updated_at":"2026-06-30T07:33:45.588Z","avatar_url":"https://github.com/open-coffee.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CoffeeNet: CI/CD](https://github.com/coffeenet/coffeenet-starter/workflows/CoffeeNet:%20CI/CD/badge.svg)](https://github.com/coffeenet/coffeenet-starter/actions?query=workflow%3A%22CoffeeNet%3A+CI%2FCD%22)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/rocks.coffeenet/coffeenet-starter/badge.svg)](https://search.maven.org/search?q=g:rocks.coffeenet%20AND%20a:coffeenet-starter\u0026core=gav)\n[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=rocks.coffeenet:coffeenet-starter\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=rocks.coffeenet:coffeenet-starter)\n\n# OpenCoffee Starters\n\nThese projects contains all CoffeeNet starters, which can be used\nto integrate an application into the CoffeeNet.\n\n[Security](coffeenet-starter-security/README.md)\nprovides the authentication against the CoffeeNet auth server.\n\n[Discovery](./coffeenet-starter-discovery/README.md)\nprovides the integration to distribute and search of CoffeeNet applications.\n\n[Logging](./coffeenet-starter-logging/README.md)\nprovides a consistent and centralised logging.\n\n[Monitoring](./coffeenet-starter-monitoring/README.md)\nprovides information about the service.\n\n[Navigation Thymeleaf](./coffeenet-starter-navigation-thymeleaf/README.md)\nprovides the server side rendering of the navigation bar via thymeleaf.\n\n[Navigation Javascript](./coffeenet-starter-navigation-javascript/README.md)\nprovides client side rendering of the navigation bar with javascript.\n\n## Release\n\nTo build a release from a `-SNAPSHOT` version:\n\n- remove `-SNAPSHOT`\n```bash\n./mvnw org.codehaus.mojo:versions-maven-plugin:2.5:set -DremoveSnapshot=true -DprocessAllModules=true org.codehaus.mojo:versions-maven-plugin:2.5:commit\n```\n\n- commit and push with tag\n\n- set new `-SNAPSHOT` version\n```bash\n./mvnw -f coffeenet-starter-parent/pom.xml org.codehaus.mojo:versions-maven-plugin:2.5:set -DnextSnapshot -DprocessAllModules=true\n./mvnw org.codehaus.mojo:versions-maven-plugin:2.5:commit\n```\n\n- commit and push\n\n\n## Architecture\n\n### Parent\n\n```\n                                    ------------------\n                                    |   Spring Boot  |\n                                    ------------------\n                                             ↑\n                                             |\n                                -----------------------------\n                                |   CoffeeNet Dependencies  |\n                                -----------------------------\n                                             ↑\n                                             | \n                                  ------------------------\n         -----------------------→ |   CoffeeNet Parent   | ←-----------\n         |                        ------------------------            |\n         |                                                            |\n         |                                                            |\n         |   --------------------------                  -----------------------------\n         |-- |   CoffeeNet Actuator   |                  |   CoffeeNet Application   |\n         |   --------------------------                  -----------------------------\n         |\n         |   -------------------------------\n         |-- |   CoffeeNet Autoconfigure   |\n         |   -------------------------------\n         |   ---------------------------------\n         |-- |   CoffeeNet Starter Discovery |\n         |   ---------------------------------\n         |                 ...\n         |   ---------------------------------------------\n         |-- |   CoffeeNet Starter Navigation Themeleaf  |\n             ---------------------------------------------\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-coffee%2Fopencoffee-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-coffee%2Fopencoffee-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-coffee%2Fopencoffee-starter/lists"}