{"id":14977603,"url":"https://github.com/antelopesystems/crud-framework","last_synced_at":"2025-10-28T04:31:47.849Z","repository":{"id":37269318,"uuid":"279278095","full_name":"antelopesystems/crud-framework","owner":"antelopesystems","description":"The CRUD Framework is a Spring-powered framework intended to simplify and expand on CRUD operations in Spring, currently supporting both MongoDB(Via Spring Data) and JPA.","archived":false,"fork":false,"pushed_at":"2023-01-09T22:05:08.000Z","size":572,"stargazers_count":4,"open_issues_count":22,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T11:25:00.610Z","etag":null,"topics":["hibernate","java","kotlin","mongodb","spring-boot","spring-framework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antelopesystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-13T11:01:31.000Z","updated_at":"2022-01-13T19:17:54.000Z","dependencies_parsed_at":"2023-02-08T14:31:38.942Z","dependency_job_id":null,"html_url":"https://github.com/antelopesystems/crud-framework","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antelopesystems%2Fcrud-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antelopesystems%2Fcrud-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antelopesystems%2Fcrud-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antelopesystems%2Fcrud-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antelopesystems","download_url":"https://codeload.github.com/antelopesystems/crud-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238597386,"owners_count":19498396,"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":["hibernate","java","kotlin","mongodb","spring-boot","spring-framework"],"created_at":"2024-09-24T13:55:58.509Z","updated_at":"2025-10-28T04:31:42.496Z","avatar_url":"https://github.com/antelopesystems.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRUD Framework\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.antelopesystem.crudframework/crud-framework/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.antelopesystem.crudframework/crud-framework)\n[![CircleCI](https://circleci.com/gh/antelopesystems/crud-framework.svg?style=shield)](https://circleci.com/gh/antelopesystems/crud-framework)\n\n\nThe CRUD Framework is a Spring-powered framework intended to simplify and expand on CRUD operations in Spring, currently\nsupporting both MongoDB(Via Spring Data) and JPA.\n\n\n## Compatibility\n\nThe CRUD Framework is currently compatible with Spring Boot 2.0.8\n\n## Getting started\n\n### Dependencies\n\nOnly one connector is required, but it is possible for multiple connectors to work in tandem with eachother.\n\n#### JPA/Hibernate5 Connector\n\nMaven:\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.antelopesystem.crudframework\u003c/groupId\u003e\n    \u003cartifactId\u003ecrud-framework-hibernate5-connector\u003c/artifactId\u003e\n    \u003cversion\u003e0.4.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nGradle:\n\n```kotlin\nimplementation(\"com.antelopesystem.crudframework:crud-framework-hibernate5-connector:0.4.1\")\n```\n\n### MongoDB Connector\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.antelopesystem.crudframework\u003c/groupId\u003e\n    \u003cartifactId\u003ecrud-framework-mongo-connector\u003c/artifactId\u003e\n    \u003cversion\u003e0.4.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nGradle:\n\n```kotlin\nimplementation(\"com.antelopesystem.crudframework:crud-framework-mongo-connector:0.4.1\")\n```\n\n\n### Web\n\nContains useful utilities and classes for web operations\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.antelopesystem.crudframework\u003c/groupId\u003e\n    \u003cartifactId\u003ecrud-framework-web\u003c/artifactId\u003e\n    \u003cversion\u003e0.3.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nGradle:\n\n```kotlin\nimplementation(\"com.antelopesystem.crudframework:crud-framework-web:0.3.3\")\n```\n\n### Operation\n\nTo activate the CRUD Framework, add the activation annotations for your chosen connectors to a configuration class;\n\n| Connector   | Annotation\n|-------------|------------------|\n| hibernate5 | `@EnableJpaCrud`\n| mongo      | `@EnableMongoCrud`\n\nOnce activated, the `CrudHandler` bean can be wired and used.\n\n## License\n\nCRUD Framework is released under CC-BY 3.0. For more information visit `LICENSE.md`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantelopesystems%2Fcrud-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantelopesystems%2Fcrud-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantelopesystems%2Fcrud-framework/lists"}