{"id":18480641,"url":"https://github.com/jloisel/spring-boot-hazelcast","last_synced_at":"2025-04-08T16:31:26.186Z","repository":{"id":151249296,"uuid":"136895157","full_name":"jloisel/spring-boot-hazelcast","owner":"jloisel","description":"Spring Boot + Hazelcast Integration","archived":false,"fork":false,"pushed_at":"2024-02-02T22:35:19.000Z","size":104,"stargazers_count":12,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T16:11:41.032Z","etag":null,"topics":["distributed-systems","hazelcast","spring","spring-boot","springboot2"],"latest_commit_sha":null,"homepage":null,"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/jloisel.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":"2018-06-11T08:13:54.000Z","updated_at":"2022-06-01T20:44:42.000Z","dependencies_parsed_at":"2024-11-06T12:20:06.644Z","dependency_job_id":"ab39fead-7434-4124-a53a-6ee5330fda31","html_url":"https://github.com/jloisel/spring-boot-hazelcast","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/jloisel%2Fspring-boot-hazelcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jloisel%2Fspring-boot-hazelcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jloisel%2Fspring-boot-hazelcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jloisel%2Fspring-boot-hazelcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jloisel","download_url":"https://codeload.github.com/jloisel/spring-boot-hazelcast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247882009,"owners_count":21011974,"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":["distributed-systems","hazelcast","spring","spring-boot","springboot2"],"created_at":"2024-11-06T12:19:39.625Z","updated_at":"2025-04-08T16:31:26.181Z","avatar_url":"https://github.com/jloisel.png","language":"Java","readme":"Spring Boot + Hazelcast Integration\n\n## Introduction\n\nSpring Boot Web application with configurable clustering:\n\n- `cluster-api`: Interfaces hiding the clustering implementation used,\n- `cluster-jvm`: no clustering backed by JVM data structures (like HashMap),\n- `cluster-hazelcast`: clusterting backend by [Hazelcast](https://hazelcast.org).\n\nThis allows you to create a web application which supports single-jvm or clustered data structures depending on configuration in `application.yml`:\n\n```yml\nclustering:\n  driver: hazelcast # Enable Hazelcast Clustering\n```\n## Pre-Requisites\n\nThis project uses [Lombok](https://projectlombok.org/) which requires **Annotations Processors** to be enabled in Eclipse / Intellij when importing from sources. Requires **Java 8** or later.\n\n## Demo Application\n\nRun with intellij:\n\n- **Main class**: `com.octoperf.Application`\n- **Use classpath of module**: `application`,\n- **Working Directory**: `$MODULE_DIR$`,\n- **VM Options**: `-Dspring.profiles.active=hazelcast` to run with hazelcast clustering. Nothing otherwise.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjloisel%2Fspring-boot-hazelcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjloisel%2Fspring-boot-hazelcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjloisel%2Fspring-boot-hazelcast/lists"}