Skip to content

agileactors/agile-actors-spring-boot-crud-api

Repository files navigation

javadoc

Spring Boot CRUD API Library

This is a library that extends Spring Boot functionality and offers a convenient and easy way to expose a domain's CRUD (Create, Read, Update, Delete) operations.

Adding the library to your build

To add a dependency on Guava using Maven, use the following:

<dependency>
    <groupId>com.agileactors</groupId>
    <artifactId>agile-actors-spring-boot-crud-api</artifactId>
    <version>1.0.0-202208260620</version>
</dependency>

To add a dependency using Gradle:

dependencies {
  implementation("com.agileactors:agile-actors-spring-boot-crud-api:1.0.0-202208260620")
}

For more information on when to use api and when to use implementation, consult the Gradle documentation on API and implementation separation.

View Javadoc to see how it works!

About

An abstraction layer for creating CRUD APIs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •  

Languages