Skip to content

Commit f982582

Browse files
committed
readme (wip)
1 parent b5210a6 commit f982582

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
todo
1+
# Amplicode Utils for React Admin
2+
3+
This library provides several useful utilities helping to implement REST controllers for React Admin-based frontend.
4+
5+
## Compatibility
6+
The library works as a Spring Boot starter. Current version is compatible with Spring Boot **3.2.x**.
7+
8+
9+
## Usage
10+
Maven:
11+
```
12+
<dependency>
13+
<groupId>io.amplicode</groupId>
14+
<artifactId>react-admin-utils-starter</artifactId>
15+
<version>0.1.0</version>
16+
</dependency>
17+
```
18+
19+
Gradle:
20+
```
21+
dependencies {
22+
implementation 'io.amplicode:react-admin-utils-starter:0.1.0'
23+
}
24+
```
25+
26+
## ObjectPatcher

0 commit comments

Comments
 (0)