Code Monkey home page Code Monkey logo

crud-framework's Introduction

CRUD Framework

Maven Central CircleCI

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.

Compatibility

The CRUD Framework is currently compatible with Spring Boot 2.0.8

Getting started

Dependencies

Only one connector is required, but it is possible for multiple connectors to work in tandem with eachother.

JPA/Hibernate5 Connector

Maven:

<dependency>
    <groupId>studio.crud.crudframework</groupId>
    <artifactId>crud-framework-hibernate5-connector</artifactId>
    <version>0.7.0</version>
</dependency>

Gradle:

implementation("studio.crud.crudframework:crud-framework-hibernate5-connector:0.7.0")

MongoDB Connector

<dependency>
    <groupId>studio.crud.crudframework</groupId>
    <artifactId>crud-framework-mongo-connector</artifactId>
    <version>0.7.0</version>
</dependency>

Gradle:

implementation("studio.crud.crudframework:crud-framework-mongo-connector:0.7.0")

Web

Contains useful utilities and classes for web operations

<dependency>
    <groupId>studio.crud.crudframework</groupId>
    <artifactId>crud-framework-web</artifactId>
    <version>0.3.3</version>
</dependency>

Gradle:

implementation("studio.crud.crudframework:crud-framework-web:0.3.3")

Operation

To activate the CRUD Framework, add the activation annotations for your chosen connectors to a configuration class;

Connector Annotation
hibernate5 @EnableJpaCrud
mongo @EnableMongoCrud

Once activated, the CrudHandler bean can be wired and used.

License

CRUD Framework is released under CC-BY 3.0. For more information visit LICENSE.md

crud-framework's People

Contributors

idane avatar dependabot-preview[bot] avatar maisamm77 avatar dependabot[bot] avatar semantic-release-bot avatar thewizkid87 avatar erezxsites avatar maisammansour avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.