Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 466 Bytes

File metadata and controls

15 lines (11 loc) · 466 Bytes

YourRents Services Common Util

This module contains common utilities for the YourRents services and application.

For example, it contains the JooqUtils class for building filtered and paginated JOOQ queries.

You can use this module adding the following dependency to your pom.xml:

<dependency>
    <groupId>com.your-rents.services</groupId>
    <artifactId>your-rents-services-common-util</artifactId>
    <version>0.0.1</version>
</dependency>