# java-tools-parent **Repository Path**: linlannet/java-tools-parent ## Basic Information - **Project Name**: java-tools-parent - **Description**: JAVA代码核心工具类,包括核心、缓存、系统、脚本处理,数据处理等通用工具方法 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-07-08 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java-tools-parent [![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) ![java version](https://img.shields.io/badge/JAVA-1.8-green.svg) ![gitee star](https://gitee.com/linlannet/java-tools-parent/badge/star.svg) ## Description Java code core tool class, including general tool methods such as core, cache, system, script processing, data processing, etc ## Sub packages introduce 1. Common core: A common tool core sub package,包含 1. commons db: Public database resource class subpackage 2. commons script: Public JSON tool class subpackage 3. commons cache: Public caching tool class subpackage 4. commons evn: Public environment tool class subpackage 2. Data parent: Public data processing core, tool class subpackages such as multiple data source links, etc ## Technical Guidelines ### Software Architecture Springboot ### Installation 1. mvn clean install 2. mvn clean deploy ### Instructions 1. use by maven ``` ${groupId} ${artifactId} ${project.version} test ``` 2. use direct jar ## Contribution 1. Fork repository 2. new Feat_1.0.0 branch 3. commit ``` git config user.name linlaninfo git config user.email linlannet@163.com git config --global --list git config --list ``` 4. new Pull Request 5. create and commit tag ``` create git tag -a 2.6.0 -m "统一工具包路径,合并之前分散的5个子包" list git tag commit git push origin --tags delete git tag -d 2.6.0 install: mvn clean install deploy: mvn clean deploy ``` 6. other