java utils

reghao 940ab07133 HeaderKeys.java 更改为 HeaderNames.java, header name 全部使用小写 hace 5 meses
jdk 06de069695 将 AppLog 和 GatewayLog 迁移到 jdk 模块 hace 5 meses
media 074541f15e update FFmpegWrapper#m3u8ToMp4 hace 8 meses
tool adacadaccc commit e1c5ed006593dbdbbdbc64db6c9d73c1c3526319 (HEAD -> master, origin/master, origin/HEAD) hace 1 año
web 940ab07133 HeaderKeys.java 更改为 HeaderNames.java, header name 全部使用小写 hace 5 meses
.gitignore 196ecebc14 添加 Pager 分页数据对象 hace 3 años
README.md 4fa2ff7f3a 删除敏感信息 hace 1 año
pom.xml feadfa5a5c update hace 5 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 中指定