java utils

reghao 44c9b4feef 删除 auth 模块 hai 4 meses
jdk 76d9ef3480 BaseObject 的 deleted 字段设置为 protected hai 4 meses
tool 2727eb26f1 添加 auth 模块提供 jwt 功能 hai 4 meses
web 2727eb26f1 添加 auth 模块提供 jwt 功能 hai 4 meses
.gitignore 196ecebc14 添加 Pager 分页数据对象 %!s(int64=3) %!d(string=hai) anos
README.md 4fa2ff7f3a 删除敏感信息 hai 1 ano
pom.xml 44c9b4feef 删除 auth 模块 hai 4 meses

README.md

jutil

Java 通用类库

Java 版本: jdk11

模块

  • jdk
  • media
  • tool
  • validator
  • web

构建

# 安装全部模块到本地仓库
mvn clean install

# 安装 jdk 模块到本地仓库
mvn clean install -am -Dmaven.test.skip -pl jdk
# 安装全部模块到 nexus 仓库
mvn clean deploy

# 安装 jdk 模块到 nexus 仓库
mvn clean deploy -am -Dmaven.test.skip -pl jdk

nexus 仓库在 jutil/pom.xml 文件的 distributionManagement - repository 中指定