{"id":22856659,"url":"https://github.com/deis/example-java-jetty","last_synced_at":"2025-10-06T16:59:29.227Z","repository":{"id":11421303,"uuid":"13872831","full_name":"deis/example-java-jetty","owner":"deis","description":"A simple Java app for Deis, the open source PaaS","archived":false,"fork":false,"pushed_at":"2017-05-10T21:56:35.000Z","size":26,"stargazers_count":16,"open_issues_count":0,"forks_count":15,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-06-22T06:06:01.028Z","etag":null,"topics":["deis-workflow","example","java","jetty"],"latest_commit_sha":null,"homepage":"https://deis.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deis.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}},"created_at":"2013-10-25T21:43:55.000Z","updated_at":"2022-12-06T07:04:37.000Z","dependencies_parsed_at":"2022-07-13T02:00:36.436Z","dependency_job_id":null,"html_url":"https://github.com/deis/example-java-jetty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deis/example-java-jetty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-java-jetty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-java-jetty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-java-jetty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-java-jetty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/example-java-jetty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-java-jetty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646772,"owners_count":26021511,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["deis-workflow","example","java","jetty"],"created_at":"2024-12-13T08:09:21.660Z","updated_at":"2025-10-06T16:59:29.205Z","avatar_url":"https://github.com/deis.png","language":"Java","readme":"# Java Quick Start Guide\n\nThis guide will walk you through deploying a Java application on [Deis Workflow][].\n\n## Usage\n\n```console\n$ git clone https://github.com/deis/example-java-jetty.git\n$ cd example-java-jetty\n$ deis create\nCreating Application... done, created vulcan-keypunch\nGit remote deis added\nremote available at ssh://git@deis-builder.deis.rocks:2222/vulcan-keypunch.git\n$ git push deis master\nCounting objects: 89, done.\nDelta compression using up to 4 threads.\nCompressing objects: 100% (68/68), done.\nWriting objects: 100% (89/89), 21.01 KiB | 0 bytes/s, done.\nTotal 89 (delta 37), reused 0 (delta 0)\nStarting build... but first, coffee!\n-----\u003e Java app detected\n-----\u003e Installing OpenJDK 1.8... done\n-----\u003e Installing Maven 3.3.9... done\n-----\u003e Executing: mvn -B -DskipTests clean dependency:list install\n       [INFO] Scanning for projects...\n       [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom\n...\n       INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar\n       [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 227.1 KB/sec)\n       [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 3629.8 KB/sec)\n       [INFO] Installing /tmp/build/target/hello-world-0.1-SNAPSHOT.jar to /tmp/cache/.m2/repository/org/example/hello-world/0.1-SNAPSHOT/hello-world-0.1-SNAPSHOT.jar\n       [INFO] Installing /tmp/build/pom.xml to /tmp/cache/.m2/repository/org/example/hello-world/0.1-SNAPSHOT/hello-world-0.1-SNAPSHOT.pom\n       [INFO] ------------------------------------------------------------------------\n       [INFO] BUILD SUCCESS\n       [INFO] ------------------------------------------------------------------------\n       [INFO] Total time: 30.272 s\n       [INFO] Finished at: 2016-08-26T00:31:58+00:00\n       [INFO] Final Memory: 22M/56M\n       [INFO] ------------------------------------------------------------------------\n-----\u003e Discovering process types\n       Procfile declares types -\u003e web\n-----\u003e Compiled slug size is 50M\nBuild complete.\nLaunching App...\nDone, vulcan-keypunch:v2 deployed to Workflow\n\nUse 'deis open' to view this application in your browser\n\nTo learn more, use 'deis help' or visit https://deis.com/\n\nTo ssh://git@deis-builder.deis.rocks:2222/vulcan-keypunch.git\n * [new branch]      master -\u003e master\n$ curl http://vulcan-keypunch.deis.rocks\nPowered by Deis\nRelease v2 on vulcan-keypunch-web-514879262-7p9hd\n```\n\n## Additional Resources\n\n* [GitHub Project](https://github.com/deis/workflow)\n* [Documentation](https://deis.com/docs/workflow/)\n* [Blog](https://deis.com/blog/)\n\n[Deis Workflow]: https://github.com/deis/workflow#readme\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-java-jetty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fexample-java-jetty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-java-jetty/lists"}