Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.23 KB

README_BAK.md

File metadata and controls

47 lines (28 loc) · 1.23 KB

中文文档

Project Description

This project is used to provide public core code and collect common tools.

Maven Central Build Status Coverage Status

Guidelines

Does not introduce any tripartite tools.

There is only one module that guarantees rapid iteration.

Compatibility is guaranteed under the same large version.

Change Log

Change Log

Project guidelines

The most basic projects must be simple, streamlined, and robust.

All tall buildings should be based on this.

Introduce this kind of development project, unless special needs, no longer need to hand write common util tools

Quick Start

Requirements

jdk1.7+

maven 3.x+

maven import

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>heaven</artifactId>
    <version>0.1.145</version>
</dependency>