Skip to content

Commit a32e2cc

Browse files
xwintopgitee-org
authored andcommitted
!9 更新readme文件
Merge pull request !9 from 追风/dev
2 parents 1631816 + b28381e commit a32e2cc

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ xJavaFxTool是使用javaFx开发的实用小工具集,利用业余时间把工
111111
65. HdfsTool:[hdfs管理工具](https://gitee.com/xwintop/x-HdfsTool),hdfs可视化管理工具,支持上传、下载、重命名、复制、移动和删除等功能
112112
66. JavaFxXmlToObjectCode: [javaFxFxml转换代码](https://gitee.com/xwintop/x-JavaFxXmlToObjectCode),根据.fxml文件生成相应的java代码,可生成插件模版
113113
67. KeyTool: [KeyTool](https://gitee.com/xwintop/x-KeyTool),license生成工具
114+
68. RelationshipCalculator: [RelationshipCalculator](https://gitee.com/xwintop/x-RelationshipCalculator),亲戚关系计算器
114115

115116
项目开发中,以后会陆续添加新工具,欢迎大家参与其中,多提提意见,谢谢。
116117

@@ -154,6 +155,11 @@ xJavaFxTool
154155
155156
```
156157

158+
##### 📈 趋势
159+
[![Giteye chart](https://chart.giteye.net/gitee/xwintop/xJavaFxTool/2ZF6FD8R.png)](https://giteye.net/chart/2ZF6FD8R)
160+
##### 🍚 贡献
161+
[![Giteye chart](https://chart.giteye.net/gitee/xwintop/xJavaFxTool/K3ZV48G2.png)](https://giteye.net/chart/K3ZV48G2)
162+
157163
#### 特别感谢
158164
在一个人还年轻的时候,我觉得,就应该着手致力做一些对社会有意义的事情,一如开源。至此,感谢以下贡献者(排名不分先后):
159165
+ [李柱](https://gitee.com/loyalty521)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
2323
</repository>
2424
<repository>
25-
<id>xwintop-maven</id>
26-
<url>https://864381832.github.io/maven/repository</url>
25+
<id>jitpack.io</id>
26+
<url>https://jitpack.io</url>
2727
</repository>
2828
<repository>
2929
<id>spring-snapshots</id>
@@ -45,7 +45,7 @@
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
48-
<groupId>com.xwintop</groupId>
48+
<groupId>com.gitee.xwintop</groupId>
4949
<artifactId>xcore</artifactId>
5050
<version>0.0.6</version>
5151
</dependency>

0 commit comments

Comments
 (0)