Skip to content

Commit

Permalink
1.0.15
Browse files Browse the repository at this point in the history
======
    [modify] update readme
  • Loading branch information
Mahmoud AlSati committed Apr 12, 2024
1 parent 0fa26c8 commit 9a1cc43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A truly CRUD Controller, should offer:<br/>
4. isolate system entities from the application layer by using DTOs (input/output) for the API.

By using XRest, you will offer your project two benefits:
1. a fast way to make CRUD controller for entities. [read more](#how-to-use-this-library)
1. a fast way to make CRUD controller for entities. [read more](#useLibrary)
- **/getOne** ( condition can be passed ) <br/>
- **/getMany** ( condition can be passed ) <br/>
- **/count** ( condition can be passed )<br/>
Expand Down Expand Up @@ -40,7 +40,7 @@ In your Spring Boot project, add the following to the POM file:
</dependency>
```

### How to use this library ?
## <a id='useLibrary'>How to use this library ?</a>
1) Design your entity
2) Design CRUD endpoints DTOs
3) Write down your entity mapper interface
Expand Down
4 changes: 4 additions & 0 deletions assets/commits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
1.0.14
======
[modify] update readme

1.0.15
======
[modify] update readme
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.github.sattinos</groupId>
<artifactId>xrest</artifactId>
<packaging>jar</packaging>
<version>1.0.14</version>
<version>1.0.15</version>
<name>xrest</name>
<url>https://github.com/sattinos/xrest.git</url>
<description>A REST accelerator library. It allows for creating CRUD Controller and express conditions in JSON
Expand Down

0 comments on commit 9a1cc43

Please sign in to comment.