Overview

The CRUD add-on is a business framework extension that can expose CRUD operations for any Aggregate/DTO couple.

REST

One of the most useful way of doing CRUD interaction is through a REST API. This is provided by the crud-rest module, in the following dependency:

<dependency>
    <groupId>org.seedstack.addons.crud</groupId>
    <artifactId>crud-rest</artifactId>
</dependency>
Show version
dependencies {
    compile("org.seedstack.addons.crud:crud-rest:1.0.1")
}

For details, see the documentation of the CRUD REST module.

   

On this page


Edit this page