# doraemon **Repository Path**: guonan01/doraemon ## Basic Information - **Project Name**: doraemon - **Description**: No description available - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-29 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Maven Central](https://img.shields.io/maven-central/v/com.qwlabs.doraemon/lang.svg?label=Maven%20Central&style=for-the-badge&logo=appveyor)](https://search.maven.org/search?q=g:%22com.qwlabs.doraemon%22) [![Build](https://img.shields.io/github/actions/workflow/status/qwlabs/doraemon/commit.yaml?style=for-the-badge&logo=appveyor)](https://github.com/qwlabs/doraemon/actions/workflows/commit.yaml) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?&style=for-the-badge&logo=appveyor)](https://www.gnu.org/licenses/gpl-3.0) Useful java tools # Installation ## Maven ```xml com.qwlabs.doraemon lang 0.3.* pom ``` ## Gradle ```gradle api 'com.qwlabs.doraemon:lang:0.3.*' ``` # Document - [auditing](auditing-core/README.md) Base auditing entity for jpa - [basic-tree](basic-tree/README.md) Basic Tree definition and operation - [cdi](cdi/README.md) CDI Utils and Dispatchable definition for your business code - [exceptions](exceptions/README.md) Generic exception definition - [feature-flags](feature-flags/README.md) Help service easy use feature in CDI - [graphql](graphql/README.md) Definition Relay for Graphql - [graphql-builder](graphql-builder/README.md) Easy build Graphql for testing with java flow code style - [jackson](jackson/README.md) Easy to use jackson - [jpa](jpa/README.md) Generic jpa naming strategy as refer to spring - [lang](lang/README.md) Generic utils for java - [panache](panache/README.md) Extends panache in paging and native query - [q-api](q-api/README.md) Query string condition api definition - [q-parser-antlr4](q-parser-antlr4/README.md) Query string condition parser with antlr4 - [quarkus-cache](quarkus-cache/README.md) Help for quarkus cache - [quarkus-tenant](quarkus-tenant/README.md) Quarkus provide tenant from http - [quarkus-test](quarkus-test/README.md) Quarkus utils for test - [quarkus-test-resources](quarkus-test/README.md) Quarkus resources for test - [security](security/README.md) Define the caller concept in the application and provide the ability to load properties api - [storage](storage/README.md) Define storage api - [storage-minio](storage-minio/README.md) Storage api implements use minio - [storage-s3](storage-s3/README.md) Storage api implements use s3 - [storage-graphql](storage-graphql/README.md) Storage graphql api - [task-queue](task-queue/README.md) Define task queue for loop job - [test-builder](test-builder/README.md) Define some builder for testing - [validator](validator/README.md) Generic validator