{"id":16367890,"url":"https://github.com/treetips/kotlin-quarkus-multiproject-example","last_synced_at":"2026-02-14T14:32:25.431Z","repository":{"id":150606699,"uuid":"343032155","full_name":"treetips/kotlin-quarkus-multiproject-example","owner":"treetips","description":"kotlin-quarkus-multiproject-example","archived":false,"fork":false,"pushed_at":"2025-01-29T16:47:41.000Z","size":202,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T12:41:38.451Z","etag":null,"topics":["batch","graphql","graphql-server","kotlin","multiproject","picocli","quarkus"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/treetips.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}},"created_at":"2021-02-28T05:54:43.000Z","updated_at":"2025-01-29T16:47:43.000Z","dependencies_parsed_at":"2024-05-04T15:30:01.893Z","dependency_job_id":"49cbd255-b590-4938-bef0-a8d4b5acd3d4","html_url":"https://github.com/treetips/kotlin-quarkus-multiproject-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/treetips/kotlin-quarkus-multiproject-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fkotlin-quarkus-multiproject-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fkotlin-quarkus-multiproject-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fkotlin-quarkus-multiproject-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fkotlin-quarkus-multiproject-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treetips","download_url":"https://codeload.github.com/treetips/kotlin-quarkus-multiproject-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fkotlin-quarkus-multiproject-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29447243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T14:10:32.461Z","status":"ssl_error","status_checked_at":"2026-02-14T14:09:49.945Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["batch","graphql","graphql-server","kotlin","multiproject","picocli","quarkus"],"created_at":"2024-10-11T02:51:07.691Z","updated_at":"2026-02-14T14:32:25.415Z","avatar_url":"https://github.com/treetips.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kotlin-quarkus-multi-project-example\n\n## Features\n\n| Name                                                                    | Version | Note                                                                                            |\n|-------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------|\n| [Intellij IDEA](https://www.jetbrains.com/idea/)                        | latest  | Required Plugins: [ktfmt](https://plugins.jetbrains.com/plugin/14912-ktfmt)                     |\n| [Kotlin](https://kotlinlang.org/)                                       | 1.9     | With Java v21                                                                                   |\n| [Gradle](https://gradle.org/)                                           | 8.6     |                                                                                                 |\n| [Quarkus](https://quarkus.io/)                                          | 3.8     | with [multi project](http://gradle.monochromeroad.com/docs/userguide/multi_project_builds.html) |\n| [SmallRye GraphQL Server](https://github.com/smallrye/smallrye-graphql) | 3.8     |                                                                                                 |\n| [Picocli](https://picocli.info/)                                        | 3.7     |                                                                                                 |\n| [sdkman](https://sdkman.io/)                                            | latest  |                                                                                                 |\n\n## Setup\n\nInstall [sdkman](https://sdkman.io/).\n\n```shell\nsdk list java | grep -i graalvm | grep -i ce | grep 21\n GraalVM CE    |     | 21.0.2       | graalce | installed  | 21.0.2-graalce\n\nsdk install java 21.0.2-graalce\n```\n\nSet the version of Graal VM to `GRAAL_VM_HOME` in `env.sh` .\n\n## Usage\n\n### Local Environment\n\n```shell\n# admin\n./run-admin.sh\n# batch\n./run-hello-batch.sh\n./run-goodbye-batch.sh\n# restful-api\n./run-restfulapi-server.sh\n# graphql\n./run-graphql-query1.sh\n./run-graphql-server.sh\n# gRPC\n./run-grpc-server.sh\n```\n\n### Production Environment (Native)\n\n```shell\n# admin\n./build-native-for-admin.sh\n# batch\n./build-native-for-batch.sh\n# restful-api\n./build-native-for-restfulapi-server.sh\n# graphql\n./build-native-for-graphql-server.sh\n# gRPC\n./build-native-for-grpc-server.sh\n```\n\n## TIPS\n\n### What's the empty beans.xml?\n\n`resources/META-INF/beans.xml` will allow you to DI beans that are outside of own project.\n\nDetails: [Working with multi-module projects](https://quarkus.io/guides/gradle-tooling#multi-module-gradle) .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreetips%2Fkotlin-quarkus-multiproject-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreetips%2Fkotlin-quarkus-multiproject-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreetips%2Fkotlin-quarkus-multiproject-example/lists"}