From 61e1909ac5c1146e0dee9a81297c821e589af3e6 Mon Sep 17 00:00:00 2001
From: xufeng <1277032935@qq.com>
Date: Mon, 7 Jun 2021 23:19:44 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 16e1f74e..a99c7120 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,9 @@ xJavaFxTool
```
+##### 📈 趋势
+[](https://giteye.net/chart/2ZF6FD8R)
+
#### 特别感谢
在一个人还年轻的时候,我觉得,就应该着手致力做一些对社会有意义的事情,一如开源。至此,感谢以下贡献者(排名不分先后):
+ [李柱](https://gitee.com/loyalty521)
--
Gitee
From 8d9338519126a60330957b291bd17c961afc0d7d Mon Sep 17 00:00:00 2001
From: xufeng <1277032935@qq.com>
Date: Mon, 7 Jun 2021 23:23:11 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index a99c7120..5d39b270 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,8 @@ xJavaFxTool
##### 📈 趋势
[](https://giteye.net/chart/2ZF6FD8R)
+##### 🍚 贡献
+[](https://giteye.net/chart/K3ZV48G2)
#### 特别感谢
在一个人还年轻的时候,我觉得,就应该着手致力做一些对社会有意义的事情,一如开源。至此,感谢以下贡献者(排名不分先后):
--
Gitee
From 83c69c14a6037b10f1f5d0c85ed6b6ab6b5d44b7 Mon Sep 17 00:00:00 2001
From: xufeng <1277032935@qq.com>
Date: Sun, 13 Jun 2021 22:06:21 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5d39b270..c69f21be 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,7 @@ xJavaFxTool是使用javaFx开发的实用小工具集,利用业余时间把工
65. HdfsTool:[hdfs管理工具](https://gitee.com/xwintop/x-HdfsTool),hdfs可视化管理工具,支持上传、下载、重命名、复制、移动和删除等功能
66. JavaFxXmlToObjectCode: [javaFxFxml转换代码](https://gitee.com/xwintop/x-JavaFxXmlToObjectCode),根据.fxml文件生成相应的java代码,可生成插件模版
67. KeyTool: [KeyTool](https://gitee.com/xwintop/x-KeyTool),license生成工具
+68. RelationshipCalculator: [RelationshipCalculator](https://gitee.com/xwintop/x-RelationshipCalculator),亲戚关系计算器
项目开发中,以后会陆续添加新工具,欢迎大家参与其中,多提提意见,谢谢。
--
Gitee
From b28381e0d65965b7443ba361637facf6d169c6eb Mon Sep 17 00:00:00 2001
From: xufeng <1277032935@qq.com>
Date: Sat, 19 Jun 2021 23:09:35 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9xcore=E4=BE=9D=E8=B5=96?=
=?UTF-8?q?=E5=8C=85=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index dd3213e1..a100c8ae 100755
--- a/pom.xml
+++ b/pom.xml
@@ -22,8 +22,8 @@
http://maven.aliyun.com/nexus/content/groups/public/
- xwintop-maven
- https://864381832.github.io/maven/repository
+ jitpack.io
+ https://jitpack.io
spring-snapshots
@@ -45,7 +45,7 @@
test
- com.xwintop
+ com.gitee.xwintop
xcore
0.0.6
--
Gitee