Giter Site home page Giter Site logo

chenlijia1111 / utils Goto Github PK

View Code? Open in Web Editor NEW
27.0 2.0 13.0 584 KB

工具类集合,主要涵盖了自己平常用到的一些工具类,集合、加密解密、代码生成、poi word excel转html 导入导出、邮件、支付、第三方登陆、定时器、图片处理等

License: Apache License 2.0

Java 100.00%

utils's Introduction

utils

工具类集合

主要涵盖了平时自己会用到的一些工具方法,为了可以重复使用,就找了个时间慢慢把之前写的以及平时会用到的工具整理起来。

主要模块如下:

cn:中文内容处理工具

code:代码生成工具

common:系统公用代码

core:核心工具

database:数据库工具,java导入导出sql,mybatis分页插件等

email:邮箱工具

encrypt:加密签名工具

http:网络请求工具

image:图片处理工具

list:集合工具

oauth:第三方登录封装

office:office文件工具

pay:第三方支付工具

timer:定时器工具

xml:xml工具

jar包已上传至maven**仓库

仓库地址 稳定版地址

<dependency>
    <groupId>com.github.chenlijia1111</groupId>
    <artifactId>utils</artifactId>
    <version>1.2.0-RELEASE</version>
</dependency>

快照版地址

<dependency>
    <groupId>com.github.chenlijia1111</groupId>
    <artifactId>utils</artifactId>
    <version>1.2.1-SNAPSHOT</version>
</dependency>

如果要下载快照版jar报需要加上快照仓库

<!-- 配置阿里云**仓库下载 国内加快下载速度 -->
<repositories>
    <repository>
        <id>maven-ali</id>
        <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </repository>
    <!--下载快照版本-->
    <repository>
        <id>snapshots</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

utils's People

Contributors

chenlijia1111 avatar dependabot[bot] avatar

Stargazers

Mr.Fang avatar  avatar guodong avatar  avatar 李延伟 avatar Johnson Schrodinger avatar  avatar  avatar  avatar DY avatar  avatar  avatar  avatar  avatar  avatar guoqmao avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar E71OIZ avatar YasserOn avatar JOHN avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.