xdb java searcher is ready

This commit is contained in:
Lion 2022-06-24 15:28:12 +08:00
parent 010674506e
commit 2790f818c7
3 changed files with 19 additions and 19 deletions

View File

@ -32,21 +32,21 @@ v2.0 格式的 `xdb` 支持亿级别的 IP 数据段行数region 信息也可
使用文档和测试程序请参考各个查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下: 使用文档和测试程序请参考各个查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下:
| 编程语言 | 描述 | 开发状态 | 贡献者 | | 编程语言 | 描述 | 开发状态 | 贡献者 |
| :--- | :--- | :--- | :--- | | :--- | :--- |:-------| :--- |
| [golang](binding/golang) | golang 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) | | [golang](binding/golang) | golang 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
| [php](binding/php) | php 查询客户端实现 | 已完成 | [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) | | [lua](binding/lua) | lua 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
| [c](binding/c) | ANSC c 查询客户端实现 | 开发中... | [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) | | [lua_c](binding/lua_c) | lua 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
| [rust](binding/rust) | rust 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) | | [rust](binding/rust) | rust 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
| [python](binding/python) | python 查询客户端实现 | 待开始 | 待确定 | | [python](binding/python) | python 查询客户端实现 | 待开始 | 待确定 |
| [nodejs](binding/nodejs) | nodejs 查询客户端实现 | 待开始 | 待确定 | | [nodejs](binding/nodejs) | nodejs 查询客户端实现 | 待开始 | 待确定 |
| [php5_ext](binding/php5_ext) | php5 c 扩展查询客户端实现 | 待开始 | 待确定 | | [php5_ext](binding/php5_ext) | php5 c 扩展查询客户端实现 | 待开始 | 待确定 |
| [php7_ext](binding/php7_ext) | php7 c 扩展查询客户端实现 | 待开始 | 待确定 | | [php7_ext](binding/php7_ext) | php7 c 扩展查询客户端实现 | 待开始 | 待确定 |
| [nginx](binding/nginx) | nginx的扩展查询客户端实现 | 待开始 | 待确定 | | [nginx](binding/nginx) | nginx的扩展查询客户端实现 | 待开始 | 待确定 |
| [csharp](binding/csharp) | c# 查询客户端实现 | 待开始 | 待确定 | | [csharp](binding/csharp) | c# 查询客户端实现 | 待开始 | 待确定 |

View File

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

View File

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