{"id":16099771,"url":"https://github.com/hantsy/micronaut-sandbox","last_synced_at":"2025-03-18T07:31:08.792Z","repository":{"id":36976424,"uuid":"417075681","full_name":"hantsy/micronaut-sandbox","owner":"hantsy","description":"Micronaut playground","archived":false,"fork":false,"pushed_at":"2024-05-17T01:14:03.000Z","size":1874,"stargazers_count":3,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-17T02:27:13.930Z","etag":null,"topics":["gradle","groovy","jdbc","jpa","kotest","kotlin","kotlin-coroutines","micronaut","micronaut-data","mongo","mongodb","r2dbc","reactive-streams","spock"],"latest_commit_sha":null,"homepage":"https://hantsy.github.io/micronaut-sandbox/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hantsy.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":"2021-10-14T09:51:38.000Z","updated_at":"2024-05-17T02:27:14.792Z","dependencies_parsed_at":"2024-03-01T15:24:26.399Z","dependency_job_id":"a7752eca-9e92-40f4-88d2-f8413f83d811","html_url":"https://github.com/hantsy/micronaut-sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fmicronaut-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fmicronaut-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fmicronaut-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fmicronaut-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hantsy","download_url":"https://codeload.github.com/hantsy/micronaut-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910780,"owners_count":20367544,"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":["gradle","groovy","jdbc","jpa","kotest","kotlin","kotlin-coroutines","micronaut","micronaut-data","mongo","mongodb","r2dbc","reactive-streams","spock"],"created_at":"2024-10-09T18:44:10.547Z","updated_at":"2025-03-18T07:31:05.745Z","avatar_url":"https://github.com/hantsy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micronaut Sandbox\n\nPersonal playground of experiencing new features of [Micronaut framework](https://micronaut.io).\n\n## Examples\n\nThe following table lists all examples in this repository.\n\n| Name       | Language | Description                                          |\n|------------|----------|------------------------------------------------------|\n| [data-jpa-post-service](https://github.com/hantsy/micronaut-sandbox/tree/master/data-jpa-post-service)       | Java     | Data JPA, Test Resources, JUnit                      |\n| [data-jdbc](https://github.com/hantsy/micronaut-sandbox/tree/master/data-jdbc)                               | Java     | Data Jdbc, Test Resources, JUnit                     |\n| [data-jdbc-testcontainers](https://github.com/hantsy/micronaut-sandbox/tree/master/data-jdbc-testcontainers) | Java     | Data Jdbc, Testcontainers, JUnit                     |\n| [data-jdbc-kotlin](https://github.com/hantsy/micronaut-sandbox/tree/master/data-jdbc)                        | Kotlin   | Data Jdbc, Test Resources, Kotest                    |\n| [data-r2dbc](https://github.com/hantsy/micronaut-sandbox/tree/master/data-r2dbc)                             | Java     | Data R2dbc, Test Resources, JUnit                    |\n| [data-r2dbc-kotlin-co](https://github.com/hantsy/micronaut-sandbox/tree/master/data-r2dbc-kotlin-co)         | Kotlin   | Data R2dbc, Test Resources, Kotest                   |\n| [data-hibernate-reactive](https://github.com/hantsy/micronaut-sandbox/tree/master/data-hibernate-reactive)   | Java     | Data Hibernate Reactive, Test Resources, JUnit       |\n| [data-mongodb-groovy](https://github.com/hantsy/micronaut-sandbox/tree/master/data-mongodb-groovy)           | Groovy   | Data MongoDB, Testcontainers, Spock                  |\n| [mongodb-album-service](https://github.com/hantsy/micronaut-sandbox/tree/master/mongodb-album-service)       | Java     | MongoDB Async, TestContainers, Spock                 |\n| [rxjava3-vertx-pg-client](https://github.com/hantsy/micronaut-sandbox/tree/master/rxjava3-vertx-pg-client)       | Java     | RxJava3, Vertx Pg Client, TestContainers, JUnit                 |\n| [hibernate-gorm](https://github.com/hantsy/micronaut-sandbox/tree/master/hibernate-gorm)                     | Groovy   | (_Deprecated_) Hibernate GORM, Testcontainers, Spock |\n\n## Docs\n\n- Go to [hantsy.github.io/micronaut-sandbox/](https://hantsy.github.io/micronaut-sandbox/).\n\n## Build\n\n### Prerequisites\n\nMake sure you have installed the following software.\n\n- JDK 21\n- Gradle 8+\n- Docker\n\n### Build \u0026 Run\n\nStart up databases.\n\n```bash\ndocker compose up postgres\n```\n\nEnter the project folder.\n\nRun the following command to build the application and run all tests.\n\n```bash\n./gradlew build\n```\n\nTo run the application by Gradle command, use the following command instead.\n\n```bash\n./gradlew run\n```\n\n## Contribution\n\nAny suggestions are welcome, filing an issue or submitting a PR is also highly recommended.\n\n## References\n\n- [Micronaut Guides](https://docs.micronaut.io/latest/guide/index.html/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhantsy%2Fmicronaut-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhantsy%2Fmicronaut-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhantsy%2Fmicronaut-sandbox/lists"}