Skip to content

xwc1125/xwc1125-java-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xwc1125-java-common

简介

xwc1125-java-common提供基础的Java工具包。

功能说明

  • mybatis
  • leveldb
  • dynamicDatasource
  • annotation
  • xss
  • util
    • date
    • emoji
    • fmt
    • hex
    • http
    • i18n
    • io
    • ip
    • json
    • math
    • mobile
    • pem
    • reflect
    • resource
    • spring
    • sql
    • string
    • thread
    • tradeNo
    • uuid
    • yml

使用

包配置

  • Maven
<dependency>
    <groupId>com.xwc1125</groupId>
    <artifactId>xwc1125-common</artifactId>
    <version>1.0.0</version>
</dependency>
  • Gradle:
dependencies {
	implementation 'com.xwc1125:xwc1125-common:1.0.0'
}

证书

xwc1125-java-common 的源码允许用户在遵循 Apache 2.0 开源证书 规则的前提下使用。

版权

Copyright@2023 xwc1125

xwc1125