Skip to content

Commit 32230ce

Browse files
committed
1.修改readme文件
1 parent 61a6073 commit 32230ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ xJavaFxTool是使用javaFx开发的实用小工具集,利用业余时间把工
4242
- [相关小游戏](https://gitee.com/xwintop/xJavaFxTool-Games)
4343

4444
#### 环境搭建说明:
45-
- 开发环境为jdk17,基于maven3.6.3构建
45+
- 开发环境为jdk17,基于gradle8.5构建
4646
- 使用eclipase或Intellij Idea开发,推荐使用[Intellij Idea](https://www.jetbrains.com/idea/?from=xJavaFxTool)
4747
- 本项目使用了[lombok](https://projectlombok.org/),在查看本项目时如果您没有下载lombok 插件,请先安装,不然找不到get/set等方法
4848
- 依赖的[xcore包](https://gitee.com/xwintop/xcore)已上传至git托管的maven平台,git托管maven可参考教程(若无法下载请拉取项目自行编译)。[教程地址:点击进入](http://blog.csdn.net/u011747754/article/details/78574026)

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ include("debugTools:x-FtpServer")
4141
include("debugTools:x-HbaseTool")
4242
include("debugTools:x-HttpTool")
4343
include("debugTools:x-KafkaTool")
44-
include("debugTools:x-KeyTool")
44+
//include("debugTools:x-KeyTool")
4545
include("debugTools:x-RedisTool")
4646
include("debugTools:x-ScriptEngineTool")
4747
include("debugTools:x-ZookeeperTool")

0 commit comments

Comments
 (0)