xdb java searcher is ready

This commit is contained in:
Lion 2022-06-24 15:28:12 +08:00
parent 9c270d0c39
commit 7e41c0c00f
3 changed files with 19 additions and 19 deletions

View File

@ -33,10 +33,10 @@ v2.0 格式的 `xdb` 支持亿级别的 IP 数据段行数region 信息也可
使用文档和测试程序请参考各个查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下:
| 编程语言 | 描述 | 开发状态 | 贡献者 |
| :--- | :--- | :--- | :--- |
| :--- | :--- |:-------| :--- |
| [golang](binding/golang) | golang 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
| [php](binding/php) | php 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
| [java](binding/java) | java 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
| [java](binding/java) | java 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
| [lua](binding/lua) | lua 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
| [c](binding/c) | ANSC c 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
| [lua_c](binding/lua_c) | lua 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |

View File

@ -7,7 +7,7 @@
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
```

View File

@ -4,11 +4,11 @@
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<packaging>jar</packaging>
<name>ip2region</name>
<url>https://gitee.com/lionsoul/ip2region/</url>
<url>https://github.com/lionsoul2014/ip2region</url>
<description>Open source offline internet address db manager framework and locator</description>
<licenses>
@ -20,9 +20,9 @@
</licenses>
<scm>
<url>git@gitee.com:lionsoul/ip2region.git</url>
<connection>scm:git:git@gitee.com:lionsoul/ip2region.git</connection>
<developerConnection>scm:git:git@gitee.com:lionsoul/ip2region.git</developerConnection>
<url>git@github.com:lionsoul2014/ip2region.git</url>
<connection>scm:git:git@github.com:lionsoul2014/ip2region.git</connection>
<developerConnection>scm:git:git@github.com:lionsoul2014/ip2region.git</developerConnection>
</scm>
<developers>
@ -34,8 +34,8 @@
</developers>
<issueManagement>
<url>https://gitee.com/lionsoul/ip2region/issues</url>
<system>Gitee issues</system>
<url>https://github.com/lionsoul2014/ip2region/issues</url>
<system>Github issues</system>
</issueManagement>
<properties>