Files
onixbyte-bom/devkit-core
Zihlu Wang 1c3f6ac2ec build(global): Upgrade to v1.1.0
Upgrade to v1.1.0 stable version, and the translation of SIMPLIFIED
CHINESE will be published before 26 Sept, 2023.

BREAKING CHANGE: The order of parametres in
initialising
SnowflakeGuidCreator, the original sequence is:
"workerId,
dataCentreId"; and the new sequence is "dataCentreId,
workerId"
2023-09-19 14:11:14 +08:00
..
2023-09-19 14:11:14 +08:00

Module devkit-core

Introduction

This module is the main part of JDevKit, an open-source Java class library that provides a set of convenient tools to streamline code development and enhance productivity. This module serves as the basement of other modules.

Prerequisites

This whole JDevKit is developed by JDK 17, which means you have to use JDK 17 for better experience.

Installation

You don't have to install this module at all, any module which is from JDevKit contains this devkit-core module.

Contact

If you have any suggestions, ideas, don't hesitate contacting us via GitHub Issues or Discord Community.

If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on GitHub.