No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 99%
  • HTML 1%
Find a file
2024-03-17 19:38:07 +08:00
dat [Improve][IPLookupV2] 部分方法重命名,使其更清晰 2023-09-02 15:07:48 +08:00
help Upload New File 2023-09-02 06:28:25 +00:00
src [Fix] Replace google guava-jre-33.0 to guava-shade-jre-33.0. 2024-03-17 19:38:07 +08:00
.gitignore 提交曹辉,李玺康编写大数据预处理工具类,具体调用的方法详见FormatUtils.java 2020-02-11 15:23:31 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-07-13 02:28:11 +00:00
pom.xml [Fix] Replace google guava-jre-33.0 to guava-shade-jre-33.0. 2024-03-17 19:38:07 +08:00
README.md update README.md 2024-02-03 13:40:28 +08:00

galaxy: Geedge Networks Core Libraries for Java

Galaxy Tools 工具类库,主要包括文件, 加密日期IP定位IP地址JSON处理和字符串处理等。

  • JRE环境必须使用JDK 11
  • IP定位库Maxmind DB
  • 日期类库依赖JODA-TIME库

增加Galaxy Tools 到你的应用中


Galaxy 的 Maven group ID 是 com.geedgenetworks 并且 artifactId 是 galaxy。增加maven依赖如下所示

<dependency>
    <groupId>com.geedgenetworks</groupId>
    <artifactId>galaxy</artifactId>
    <version>2.0.0</version>
</dependency>

关于Galaxy 应用


IP映射使用向导IPGEO 格式转换Formatutils向导FormatUtils

说明


maven构建需添加局域网仓库URL

<repository>
   <id>nexus</id>
   <name>Team Nexus Repository</name>
   <url>http://192.168.40.153:8099/content/groups/public</url>
</repository>